12 lines
315 B
C
12 lines
315 B
C
VOID NicThread(IN PVOID Context);
|
|
int init_eth_start(void);
|
|
int find_all_boxes(int pass);
|
|
int mac_already_used(int for_box, UCHAR *mac);
|
|
//int init_start(void);
|
|
int init_stop(void);
|
|
void sort_macs(void);
|
|
int LoadMicroCode(char *filename);
|
|
NTSTATUS VSSpecialStartup(PSERIAL_DEVICE_EXTENSION board_ext);
|
|
|
|
|