summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcicvar.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-08-10 06:00:44 +0000
committerimp <imp@FreeBSD.org>2001-08-10 06:00:44 +0000
commit41502082f3ff6465a04cd16ed0469c21b8cc1694 (patch)
tree06df0ce8b81e2882a2d08f1b29879a67bc35cd03 /sys/pccard/pcicvar.h
parent57b70118c1cbca06e31b49b8890b4bcdee2ffc91 (diff)
downloadFreeBSD-src-41502082f3ff6465a04cd16ed0469c21b8cc1694.zip
FreeBSD-src-41502082f3ff6465a04cd16ed0469c21b8cc1694.tar.gz
Type sanity: use uintptr_t * for read_ivar and u_int8_t instead of u_char
Diffstat (limited to 'sys/pccard/pcicvar.h')
-rw-r--r--sys/pccard/pcicvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pccard/pcicvar.h b/sys/pccard/pcicvar.h
index ff986c9..79d65a8 100644
--- a/sys/pccard/pcicvar.h
+++ b/sys/pccard/pcicvar.h
@@ -33,8 +33,8 @@ struct pcic_slot {
char revision; /* Device Revision */
struct slot *slt; /* Back ptr to slot */
struct pcic_softc *sc; /* Back pointer to softc */
- u_char (*getb)(struct pcic_slot *, int);
- void (*putb)(struct pcic_slot *, int, u_char);
+ u_int8_t (*getb)(struct pcic_slot *, int);
+ void (*putb)(struct pcic_slot *, int, u_int8_t);
bus_space_tag_t bst;
bus_space_handle_t bsh;
driver_intr_t *intr;
OpenPOWER on IntegriCloud