最終更新:2014-06-04 (水) 03:08:57 (3606d)  

MODULE_DEVICE_TABLE
Top / MODULE_DEVICE_TABLE

#define MODULE_DEVICE_TABLE(type, name) MODULE_GENERIC_TABLE(type##_device, name)

メモ

  • The MODULE_DEVICE_TABLE macro allows depmod to extract at compile the relation between device identifiers and drivers, so that drivers can be loaded automatically by udev

関連