diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1998-04-06 20:24:23 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1998-04-06 20:24:23 +0000 |
commit | 72ef883e9528e9bc6f05bed46cff09497292414b (patch) | |
tree | 244a9c385edbb2312d93fcb5b64e7948781d9fd7 /sys/arch/powerpc/pci/pci_machdep.h | |
parent | cf2a862bcc48d1fa1569607bc6d0a81ea04757af (diff) |
type fix
Diffstat (limited to 'sys/arch/powerpc/pci/pci_machdep.h')
-rw-r--r-- | sys/arch/powerpc/pci/pci_machdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/pci/pci_machdep.h b/sys/arch/powerpc/pci/pci_machdep.h index e075633fb7b..73cde72ba95 100644 --- a/sys/arch/powerpc/pci/pci_machdep.h +++ b/sys/arch/powerpc/pci/pci_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.h,v 1.2 1997/10/20 19:52:43 pefo Exp $ */ +/* $OpenBSD: pci_machdep.h,v 1.3 1998/04/06 20:24:22 pefo Exp $ */ /* * Copyright (c) 1996 Carnegie-Mellon University. @@ -60,7 +60,7 @@ struct p4e_pci_chipset { void *(*pc_intr_establish) __P((void *, pci_intr_handle_t, int, int (*)(void *), void *, char *)); void (*pc_intr_disestablish) __P((void *, void *)); - void (*pc_ether_hw_addr) __P((u_int8_t *)); + int (*pc_ether_hw_addr) __P((u_int8_t *)); }; /* |