1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright 2017 NXP
4  */
5 
6 #ifndef _ASM_ARCH_IMX8_POWER_DOMAIN_H
7 #define _ASM_ARCH_IMX8_POWER_DOMAIN_H
8 
9 #include <asm/arch/sci/types.h>
10 
11 struct imx8_power_domain_platdata {
12 	sc_rsrc_t resource_id;
13 };
14 
15 #endif
16