1
0
mirror of https://github.com/PDP-10/klh10.git synced 2026-02-11 18:45:54 +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

@@ -38,6 +38,7 @@
#include "kn10dev.h"
#include "kn10ops.h"
#include "prmstr.h"
#include "kn10cpu.h"
#if KLH10_CPU_KS && KLH10_DEV_TM03
# include "dvtm03.h" /* For setting up FECOM_BOOTP with magtape params */
@@ -47,9 +48,6 @@
RCSID(kn10dev_c,"$Id: kn10dev.c,v 2.4 2001/11/10 21:28:59 klh Exp $")
#endif
/* Imported functions */
extern void pi_devupd(void);
/* NULL device routines, for handling non-existent device. */
static void dvnull_v(struct device *d) { }