Initial commit.
[hondza-y36pr2.git] / mark / mark.h
blobd3173b2751e882e44e72264640e1439c1cb9fc82
1 /******************************************************************************
2 * tos.h
3 *****************************************************************************/
5 #ifndef _MARK_H_
6 #define _MARK_H_
8 typedef int (*real_socket_t) (int, int, int);
10 void lib_init(void) __attribute__((constructor));
13 #endif /* _MARK_H_ */