diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2006-09-18 20:17:42 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2006-09-18 20:17:42 +0000 |
| commit | d4a5bcc95ce2d6554567b029838fc3643c9e1525 (patch) | |
| tree | a7cfa36370954cb2b81560e10625bec3a374c80f /sys/dev/bktr | |
| parent | 0029d6425f076e14a5090675ae8e616d5c0b0593 (diff) | |
Notes
Diffstat (limited to 'sys/dev/bktr')
| -rw-r--r-- | sys/dev/bktr/bktr_i2c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bktr/bktr_i2c.h b/sys/dev/bktr/bktr_i2c.h index a8333519ae91d..5008e6bfb9ceb 100644 --- a/sys/dev/bktr/bktr_i2c.h +++ b/sys/dev/bktr/bktr_i2c.h @@ -39,7 +39,7 @@ extern int bti2c_iic_getsda(device_t); extern int bti2c_iic_getscl(device_t); extern int bti2c_iic_reset(device_t, u_char, u_char, u_char *); -extern int bti2c_smb_callback(device_t, int, caddr_t *); +extern int bti2c_smb_callback(device_t, int, void *); extern int bti2c_smb_writeb(device_t dev, u_char slave, char cmd, char byte); extern int bti2c_smb_writew(device_t dev, u_char slave, char cmd, short word); extern int bti2c_smb_readb(device_t dev, u_char slave, char cmd, char *byte); |
