coreboot/src/include/pc80/i8259.h
Eric W. Biederman 228148aa23 Start of merge from work on the AMD760MP platform.
This is the safe part just additions to files, and comment changes
2001-08-07 19:46:37 +00:00

11 lines
135 B
C

#ifndef PC80_I8259
#define PC80_I8259
#ifdef I8259
void setup_i8259(void);
#else
#define setup_i8259() do {} while(0)
#endif
#endif