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