blob: 29ae5cf03375cca6eb6eefaa5fa360b9383bb6a2 [file] [log] [blame]
/*
* Copyright 2017 NXP
*
* SPDX-License-Identifier: GPL-2.0
*/
#ifndef _ASM_ARCH_POWER_DOMAIN_H
#define _ASM_ARCH_POWER_DOMAIN_H
#include <asm/imx-common/sci/types.h>
struct imx8_power_domain_platdata{
sc_rsrc_t resource_id;
};
#endif