Changeset View
Changeset View
Standalone View
Standalone View
usr.sbin/bhyve/pci_lpc.h
Show First 20 Lines • Show All 66 Lines • ▼ Show 20 Lines | |||||
#define SYSRES_IO(base, length) LPC_SYSRES(LPC_SYSRES_IO, base, length) | #define SYSRES_IO(base, length) LPC_SYSRES(LPC_SYSRES_IO, base, length) | ||||
#define SYSRES_MEM(base, length) LPC_SYSRES(LPC_SYSRES_MEM, base, length) | #define SYSRES_MEM(base, length) LPC_SYSRES(LPC_SYSRES_MEM, base, length) | ||||
int lpc_device_parse(const char *opt); | int lpc_device_parse(const char *opt); | ||||
void lpc_print_supported_devices(); | void lpc_print_supported_devices(); | ||||
char *lpc_pirq_name(int pin); | char *lpc_pirq_name(int pin); | ||||
void lpc_pirq_routed(void); | void lpc_pirq_routed(void); | ||||
const char *lpc_bootrom(void); | const char *lpc_bootrom(void); | ||||
const char *lpc_fwcfg(void); | |||||
#endif | #endif |