1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef AMD_BLOCK_XHCI_H
4 #define AMD_BLOCK_XHCI_H
6 #include <cpu/x86/smm.h>
7 #include <device/pci_type.h>
8 #include <device/pci_def.h>
9 #include <device/xhci.h>
13 #define XHCI_GEVENT GEVENT_31
15 #define SOC_XHCI_DEVICES {\
26 void soc_xhci_store_resources(struct smm_pci_resource_info
*slots
, size_t count
);
27 void soc_xhci_log_wake_events(void);
29 #endif /* AMD_BLOCK_XHCI_H */