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