···156#define IO_PWM_SET_PERIOD 0x21157158struct io_pwm_set_period {159- int lo; /* 0..8191 */160- int hi; /* 0..8191 */161};162163/* Only for modes PWM_STANDARD and PWM_FAST.
···156#define IO_PWM_SET_PERIOD 0x21157158struct io_pwm_set_period {159+ unsigned int lo; /* 0..8191 */160+ unsigned int hi; /* 0..8191 */161};162163/* Only for modes PWM_STANDARD and PWM_FAST.