summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-15 01:20:05 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-15 01:20:05 +0000
commit6fcfd0d23dbe0848151ef07c42448e40fc6e8d9d (patch)
tree2630a112207545f97f9229e94f6bc39db1236155 /sys/arch/mac68k
parent410da4ddde062db4bb7b750a01b474d3cc2438f7 (diff)
Cosmetic changes only, primarily making comments line up nicely after the
__P removal.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r--sys/arch/mac68k/mac68k/macrom.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/mac68k/mac68k/macrom.h b/sys/arch/mac68k/mac68k/macrom.h
index 1d0cd52770b..987517c302f 100644
--- a/sys/arch/mac68k/mac68k/macrom.h
+++ b/sys/arch/mac68k/mac68k/macrom.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: macrom.h,v 1.9 2002/03/14 01:26:36 millert Exp $ */
+/* $OpenBSD: macrom.h,v 1.10 2002/03/15 01:20:04 millert Exp $ */
/* $NetBSD: macrom.h,v 1.9 1996/05/25 14:45:35 briggs Exp $ */
/*-
@@ -41,14 +41,14 @@ extern caddr_t ROMBase; /* Base address of ROM space */
extern caddr_t ADBBase; /* Base address of ADB scratch */
extern caddr_t ADBYMM; /* Base address of yet more ADB mem */
extern caddr_t ADBState; /* Base address of ADB scratch ? */
-extern void (*JADBProc)(void); /* ADBReInit pre/post processing */
-extern void (*Lvl1DT[8])(void); /* VIA1 interrupt table by bit */
-extern void (*Lvl2DT[8])(void); /* VIA2 interrupt table by bit */
+extern void (*JADBProc)(void); /* ADBReInit pre/post processing */
+extern void (*Lvl1DT[8])(void); /* VIA1 interrupt table by bit */
+extern void (*Lvl2DT[8])(void); /* VIA2 interrupt table by bit */
extern void (*jADBOp)(void); /* low memory pointer to ADBOp */
extern void (*jUnimplTrap)(void); /* Unimplemented trap */
/* loglob(KbdLast, 0x218) * addr of last kbd to send */
/* loglob(KbdType, 0x21E) * type of last kbd to send */
-extern void (*JKybdTask)(void); /* Keyboard task ptr? */
+extern void (*JKybdTask)(void); /* Keyboard task ptr? */
extern u_char CPUFlag; /* Type of CPU in this machine */
extern void (*MacJmp)(void); /* ??? */
extern u_long Lo3Bytes; /* 0x00ffffff */
@@ -65,13 +65,13 @@ extern caddr_t VIA; /* VIA1 base address */
extern caddr_t mrg_VIA2; /* VIA2 base address */
extern caddr_t SCCRd; /* SCC read base address */
extern u_char FinderName[20]; /* FinderName - Pascal string */
-extern void (*jSwapMMU)(void); /* Pointer to MMU Swap routine */
+extern void (*jSwapMMU)(void); /* Pointer to MMU Swap routine */
extern void (*jEgret)(void); /* Pointer to MMU Swap routine */
extern u_int16_t HwCfgFlags; /* Hardware config flags */
extern u_int32_t HwCfgFlags2; /* more hardware config flags */
extern u_int32_t HwCfgFlags3; /* more hardware config flags */
extern u_int32_t ADBReInit_JTBL; /* pointer to patch table */
-extern void (*jClkNoMem)(void); /* pointer to ClkNoMem */
+extern void (*jClkNoMem)(void); /* pointer to ClkNoMem */
extern u_char SysParam[20]; /* Place where PRam data gets stored */
extern caddr_t ExpandMem; /* pointer to Expanded Memory used by */
/* newer ADB routines (since LCIII) */