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