CRIS: Make io_pwm_set_period members unsigned in etraxgpio.h

This commit is contained in:
Jesper Nilsson 2008-02-06 13:33:32 +01:00
parent 79e04fdbb3
commit a63461e9ea
1 changed files with 2 additions and 2 deletions

View File

@ -156,8 +156,8 @@ struct io_pwm_set_mode {
#define IO_PWM_SET_PERIOD 0x21
struct io_pwm_set_period {
int lo; /* 0..8191 */
int hi; /* 0..8191 */
unsigned int lo; /* 0..8191 */
unsigned int hi; /* 0..8191 */
};
/* Only for modes PWM_STANDARD and PWM_FAST.