mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-15 15:51:44 +00:00
762fa9a478
*other* than the main boot device.
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 */
|