2010年4月14日 星期三

Linux Device Driver note

Linux 驅動程式的類別:
- 字元設備 char device
- 區塊設備 block device
- 網路設備 network device

一些重要的資料結構:
  • Char Device Driver
struct file_operations
struct file
struct inode
  • Block Device Driver
struct block_device
struct block_device_operations
struct gendisk
struct request
  • Network Device Driver
struct net_device
struct sk_buff

沒有留言:

張貼留言