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:
@@ -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) { }
|
||||
|
||||
Reference in New Issue
Block a user