Initial commit.
[hondza-y36pr2.git] / tos / tos.h
blobc4da7b6e40e6f59f7dfd1005f39a2e1c97920ed4
1 /******************************************************************************
2 * tos.h
3 *****************************************************************************/
5 #ifndef _TOS_H_
6 #define _TOS_H_
8 typedef int (*real_setsockopt_t) (int, int, int, const void *, socklen_t );
10 typedef int (*real_socket_t) (int, int, int);
12 void lib_init(void) __attribute__((constructor));
15 #endif /* _TOS_H_ */