Subversion Repositories Code-Repo

Rev

Rev 241 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 241 Rev 255
Line 120... Line 120...
120
 
120
 
121
// Data stream in control functions
121
// Data stream in control functions
122
void Cube_Data_In(uint8_t c);
122
void Cube_Data_In(uint8_t c);
123
void Cube_Data_In_Process_Frame(void);
123
void Cube_Data_In_Process_Frame(void);
124
void Cube_Data_Direct_Write_All(uint8_t *buffer);
124
void Cube_Data_Direct_Write_All(uint8_t *buffer);
-
 
125
void Cube_Ethernet_Frame_In(void);
125
 
126
 
126
#endif	/* CUBE_H */
127
#endif	/* CUBE_H */
127
 
128