最終更新:2014-05-28 (水) 09:50:36 (3619d)  

of_device_id
Top / of_device_id

struct of_device_id
{
        char    name[32];
        char    type[32];
        char    compatible[128];
        const void *data;
};

メモ

  • DTSのcompatibleとマッチング

関連