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