摘要: #!/bin/shmodule="scull"device="scull"mode="664"# invoke insmod with all arguments we got# and use a pathname, as newer modutils don't look in . by def 阅读全文
posted @ 2016-02-29 16:59 luxiaolai 阅读(257) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h"typedef enum weekday{sun,mon,tue,wed,thu,fri,sat} week;typedef enum ledstate{on,off,tri} state;void main(){week a,b,c,d;state ledon, 阅读全文
posted @ 2016-02-29 15:44 luxiaolai 阅读(446) 评论(0) 推荐(0) 编辑