1
0
mirror of https://github.com/PDP-10/klh10.git synced 2026-05-02 06:15:05 +00:00

Move some extern declarations to header files.

This commit is contained in:
Olaf Seibert
2016-02-17 20:44:40 +01:00
parent bf51af5874
commit 18f1e34ea6
7 changed files with 11 additions and 55 deletions

View File

@@ -54,18 +54,7 @@
#endif
/* Exported functions */
void apr_init(void);
void apr_init_aprid(void);
int apr_run(void);
void pi_devupd(void);
void apr_check(void);
void pxct_undo(void); /* Stuff needed by KN10PAG for page fail trap */
void trap_undo(void);
#if KLH10_ITS_1PROC
void a1pr_undo(void);
#elif KLH10_CPU_KI || KLH10_CPU_KL
void afi_undo(void);
#endif
#include "kn10cpu.h"
/* Pre-declarations */
static void trap_xct(void);