blob: f25b881a89b2dc6e7f8fbfbaf66df6a61544572b [file] [log] [blame]
#ifndef __LINUX_DEVICE_TYPE_H
#define __LINUX_DEVICE_TYPE_H
/*
* Replace linux's device_type
*/
struct device_type {
const char *name;
};
#endif /* __LINUX_DEVICE_TYPE_H */