[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
- 리눅스
- 음악
- jni강좌
- Visual C++
- 드라이버
- driver
- Troubleshooting
- linux
- 안드로이드
- Cloud
- C
- java
- it
- algorithm
- Python
- kering
- gcc
- C++
- NDK
- database
- AWS
- jni
- android
- API
- source
- Quiz
- 프로그래밍
- winapi
- db
- MFC