linux驅動程序設計5

1 帶參數的驅動設計linux 咱們能夠用「module_param(參數名,參數類型,參數讀/寫權限)」爲模塊定義一個參數,例以下列代 碼定義了1個整型參數和1個字符指針參數: static char *book_name = "dissecting Linux Device Driver"; module_param(book_name, charp, S_IRUGO); static int
相關文章
相關標籤/搜索