2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-15 15:51:44 +00:00
xNBA/src/include/main.h
2005-04-12 18:04:03 +00:00

12 lines
170 B
C

#ifndef MAIN_H
#define MAIN_H
#include "dev.h"
extern struct dev dev;
extern int main ( void );
extern void set_pci_device ( uint16_t busdevfn );
#endif /* MAIN_H */