sensorfw
|
00001 00027 #ifndef ALSADAPTOR_SYSFSPLUGIN_H 00028 #define ALSADAPTOR_SYSFSPLUGIN_H 00029 00030 #include "plugin.h" 00031 00032 class ALSAdaptorSysfsPlugin : public Plugin 00033 { 00034 private: 00035 void Register(class Loader& l); 00036 }; 00037 00038 #endif