Deleted prototypes. They are in pc98_machdep.h.

This commit is contained in:
KATO Takenori 1997-02-11 14:59:54 +00:00
parent 33a262b0dc
commit 1c3ae72914
1 changed files with 0 additions and 4 deletions

View File

@ -56,8 +56,6 @@ extern int Maxmem_under16M;
#ifdef notyet
static void init_cpu_accel_mem __P((void));
#endif
void pc98_init_dmac __P((void));
void pc98_getmemsize __P((void));
/*
* Initialize DMA controller
@ -248,8 +246,6 @@ struct disk_parms {
u_int32_t disksize; /* total number sectors */
};
int sd_bios_parms __P((struct disk_parms *, struct scsi_link *));
/*
* Read a geometry information of SCSI HDD from BIOS work area.
*