1 2 3 4 5 6 7 8
#ifndef AMD8111_H #define AMD8111_H #include "chip.h" void amd8111_enable(device_t dev); #endif /* AMD8111_H */