You cannot 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
181 B
C
11 lines
181 B
C
19 years ago
|
#ifndef __CS8900A_H__
|
||
|
#define __CS8900A_H__
|
||
|
|
||
|
#include "uip_arch.h"
|
||
|
|
||
|
void cs8900a_init(void);
|
||
|
void cs8900a_send(void);
|
||
|
u8_t cs8900a_poll(void);
|
||
|
|
||
|
#endif /* __CS8900A_H__ */
|