#ifndef __ACCEL_MODE_H #define __ACCEL_MODE_H enum accel_mode : unsigned char { linear, natural, synchronous, no_accel }; #endif // !__ACCEL_MODE_H