mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
16 lines
250 B
C
16 lines
250 B
C
|
/* 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
|