mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 04:45:31 -07:00
clang format 82815/ICH2 related things
This commit is contained in:
@@ -17,25 +17,24 @@
|
||||
*/
|
||||
|
||||
#ifndef EMU_INTEL_ICH2_TRAP_H
|
||||
# define EMU_INTEL_ICH2_TRAP_H
|
||||
#define EMU_INTEL_ICH2_TRAP_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct intel_ich2_trap_t
|
||||
{
|
||||
acpi_t *acpi;
|
||||
void *trap;
|
||||
typedef struct intel_ich2_trap_t {
|
||||
acpi_t *acpi;
|
||||
void *trap;
|
||||
} intel_ich2_trap_t;
|
||||
|
||||
extern void intel_ich2_trap_set_acpi(intel_ich2_trap_t *trap, acpi_t *acpi);
|
||||
extern void intel_ich2_device_trap_setup(uint8_t acpi_reg, uint8_t acpi_reg_val, uint16_t addr, uint16_t size, intel_ich2_trap_t *dev);
|
||||
|
||||
extern const device_t intel_ich2_trap_device;
|
||||
extern const device_t intel_ich2_trap_device;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /*EMU_INTEL_ICH2_TRAP_H*/
|
||||
#endif /*EMU_INTEL_ICH2_TRAP_H*/
|
||||
|
||||
Reference in New Issue
Block a user