[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
- Today
- Yesterday
TAG
- android
- 리눅스
- kering
- MFC
- Python
- jni
- source
- jni강좌
- C++
- db
- 드라이버
- Troubleshooting
- Cloud
- it
- Visual C++
- NDK
- 안드로이드
- winapi
- linux
- API
- 프로그래밍
- gcc
- 음악
- driver
- database
- algorithm
- C
- java
- Quiz
- AWS
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
글 보관함