mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-22 06:21:58 -04:00
11 lines
181 B
C
11 lines
181 B
C
#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__ */
|