diff options
Diffstat (limited to 'include/linux/firmware/xlnx-event-manager.h')
| -rw-r--r-- | include/linux/firmware/xlnx-event-manager.h | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/include/linux/firmware/xlnx-event-manager.h b/include/linux/firmware/xlnx-event-manager.h index 82e8254b0f80..645dd34155e6 100644 --- a/include/linux/firmware/xlnx-event-manager.h +++ b/include/linux/firmware/xlnx-event-manager.h @@ -1,4 +1,9 @@  /* SPDX-License-Identifier: GPL-2.0 */ +/* + * Xilinx Event Management Driver + * + * Copyright (C) 2024, Advanced Micro Devices, Inc. + */  #ifndef _FIRMWARE_XLNX_EVENT_MANAGER_H_  #define _FIRMWARE_XLNX_EVENT_MANAGER_H_ @@ -7,6 +12,11 @@  #define CB_MAX_PAYLOAD_SIZE	(4U) /*In payload maximum 32bytes */ +#define EVENT_SUBSYSTEM_RESTART		(4U) + +#define PM_DEV_ACPU_0_0			(0x1810c0afU) +#define PM_DEV_ACPU_0			(0x1810c003U) +  /************************** Exported Function *****************************/  typedef void (*event_cb_func_t)(const u32 *payload, void *data); |