mirror of
https://github.com/xcat2/xNBA.git
synced 2026-02-20 04:14:26 +00:00
12 lines
170 B
C
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 */
|