Sign in
coral
/
u-boot-mtk
/
2ae1ba9befec8028ce7feb3cd90385973a657007
/
.
/
arch
/
arm
/
include
/
asm
/
arch-imx8
/
power-domain.h
blob: 1396008877c807fc0ae314fbe3157a95c5bbb863 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright 2017 NXP
*/
#ifndef
_ASM_ARCH_IMX8_POWER_DOMAIN_H
#define
_ASM_ARCH_IMX8_POWER_DOMAIN_H
#include
<asm/arch/sci/types.h>
struct
imx8_power_domain_platdata
{
sc_rsrc_t
resource_id
;
};
#endif