Introduce enum / define for multiple devices

This commit is contained in:
Lorenz Meier 2014-06-10 15:05:22 +02:00
parent 07fb1e089d
commit a2ef04146a

View File

@ -510,6 +510,9 @@ private:
} // namespace device
// class instance for primary driver of each class
#define CLASS_DEVICE_PRIMARY 0
enum CLASS_DEVICE {
CLASS_DEVICE_PRIMARY=0,
CLASS_DEVICE_SECONDARY=1
};
#endif /* _DEVICE_DEVICE_H */