blob: 5edb878684b57c3e26b385b9d797a538d48049bf [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* NOTE: The layout of the global_nvs structure below must match the layout
* in soc/soc/amd/cezanne/acpi/globalnvs.asl !!!
*
*/
#ifndef AMD_CEZANNE_NVS_H
#define AMD_CEZANNE_NVS_H
#include <stdint.h>
struct __packed global_nvs {
/* Miscellaneous */
uint64_t pm1i; /* 0x00 - 0x07 - System Wake Source - PM1 Index */
uint64_t gpei; /* 0x08 - 0x0f - GPE Wake Source */
};
#endif /* AMD_CEZANNE_NVS_H */