source: svn/newcon3bcm2_21bu/toolchain/mips-linux-uclibc/include/net/ppp_defs.h @ 66

Last change on this file since 66 was 66, checked in by megakiss, 11 years ago

키패드 기능 연결

전원키 누르고 리모콘 누르면 학습
CH+ 간격 1초 증가 MAX:15
CH- 간격 1초 감소 MIN :1

  • Property svn:executable set to *
File size: 172 bytes
Line 
1#ifndef _NET_PPP_DEFS_H
2#define _NET_PPP_DEFS_H 1
3
4#define __need_time_t
5#include <time.h>
6
7#include <asm/types.h>
8#include <linux/ppp_defs.h>
9
10#endif /* net/ppp_defs.h */
Note: See TracBrowser for help on using the repository browser.