[Linux Driver] 리눅스 Kernel Module 드라이버 샘플
Kernel Module 뼈대 소스 #include #include #include #include #include #include #include #define CALL_DEV_NAME "calldev" #define CALL_DEV_MAJOR 240 static int onevalue = 1; static char *twostring = NULL; module_param(onevalue,int,0); module_param(twostring,charp,0); /** * module_param(variable,type,property) * * type / variable * * short : short * ushort : unsigned short * int : int * uint : unsigned ..
Development/Linux
2010. 10. 15. 17:32
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- 854,497
- Today
- 3
- Yesterday
- 159
TAG
- kering
- linux
- Python
- it
- Quiz
- java
- database
- source
- NDK
- driver
- 드라이버
- 리눅스
- Troubleshooting
- db
- AWS
- 프로그래밍
- 음악
- API
- gcc
- android
- Visual C++
- jni강좌
- C++
- C
- jni
- winapi
- Cloud
- algorithm
- MFC
- 안드로이드