You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
315 B
11 lines
315 B
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);
|
|
|
|
|