Cleaned up the network and SCSI thread stuff.
This commit is contained in:
@@ -56,14 +56,12 @@ extern char network_pcap[512];
|
||||
|
||||
|
||||
/* Function prototypes. */
|
||||
extern void startnet(void);
|
||||
extern void endnet(void);
|
||||
extern void network_wait_for_poll();
|
||||
extern void network_mutex_init();
|
||||
extern void network_mutex_close();
|
||||
extern void network_thread_init();
|
||||
extern void network_busy_set();
|
||||
extern void network_busy_clear();
|
||||
extern void network_mutex_wait(uint8_t wait);
|
||||
extern void network_wait_for_poll(void);
|
||||
extern void network_mutex_init(void);
|
||||
extern void network_mutex_close(void);
|
||||
extern void network_thread_init(void);
|
||||
extern void network_busy(uint8_t set);
|
||||
|
||||
extern void network_init(void);
|
||||
extern int network_attach(void *, uint8_t *, NETRXCB);
|
||||
|
||||
Reference in New Issue
Block a user