diff options
author | 2002-03-15 01:20:03 +0000 | |
---|---|---|
committer | 2002-03-15 01:20:03 +0000 | |
commit | 00caae4baf9e792d7b51ca1a041f452d045868fc (patch) | |
tree | b2496c91d9c873ecb4b779c3dd430f13fe53beae /sys/arch/amiga/dev | |
parent | The previous commit broke the bootblocks, since uvmexp is not available (diff) | |
download | wireguard-openbsd-00caae4baf9e792d7b51ca1a041f452d045868fc.tar.xz wireguard-openbsd-00caae4baf9e792d7b51ca1a041f452d045868fc.zip |
Cosmetic changes only, primarily making comments line up nicely after the
__P removal.
Diffstat (limited to 'sys/arch/amiga/dev')
-rw-r--r-- | sys/arch/amiga/dev/sfasvar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/amiga/dev/sfasvar.h b/sys/arch/amiga/dev/sfasvar.h index dff16f4596d..9905bd76ac9 100644 --- a/sys/arch/amiga/dev/sfasvar.h +++ b/sys/arch/amiga/dev/sfasvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sfasvar.h,v 1.4 2002/03/14 01:26:29 millert Exp $ */ +/* $OpenBSD: sfasvar.h,v 1.5 2002/03/15 01:20:04 millert Exp $ */ /* $NetBSD: sfasvar.h,v 1.4 1996/04/21 21:12:33 veego Exp $ */ /* @@ -204,12 +204,12 @@ struct sfas_softc { /* Generic DMA functions */ int (*sc_setup_dma)(struct sfas_softc *sc, - vm_offset_t ptr, int len, int mode); + vm_offset_t ptr, int len, int mode); int (*sc_build_dma_chain)(struct sfas_softc *sc, - struct sfas_dma_chain *chain, - void *p, int l); + struct sfas_dma_chain *chain, + void *p, int l); int (*sc_need_bump)(struct sfas_softc *sc, - vm_offset_t ptr, int len); + vm_offset_t ptr, int len); /* Generic Led data */ int sc_led_status; |