From c42ad8b68619b58bfbc98a0409d74a86b603aebf Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 18 Apr 2011 17:04:00 +0200 Subject: misc: Move from u_int to uint types of stdint.h This was done with sed on the files. --- openbsc/include/openbsc/bsc_rll.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openbsc/include/openbsc/bsc_rll.h') diff --git a/openbsc/include/openbsc/bsc_rll.h b/openbsc/include/openbsc/bsc_rll.h index b2898d1b0..729ba6037 100644 --- a/openbsc/include/openbsc/bsc_rll.h +++ b/openbsc/include/openbsc/bsc_rll.h @@ -10,10 +10,10 @@ enum bsc_rllr_ind { BSC_RLLR_IND_TIMEOUT, }; -int rll_establish(struct gsm_lchan *lchan, u_int8_t link_id, - void (*cb)(struct gsm_lchan *, u_int8_t, void *, +int rll_establish(struct gsm_lchan *lchan, uint8_t link_id, + void (*cb)(struct gsm_lchan *, uint8_t, void *, enum bsc_rllr_ind), void *data); -void rll_indication(struct gsm_lchan *lchan, u_int8_t link_id, u_int8_t type); +void rll_indication(struct gsm_lchan *lchan, uint8_t link_id, uint8_t type); #endif /* _BSC_RLL_H */ -- cgit v1.2.3