Remove the definition of the cpu_softc structure from here.

This commit is contained in:
mark 1998-05-01 15:32:55 +00:00
parent 94a7e32beb
commit cce74dbcca
1 changed files with 1 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpus.h,v 1.5 1997/10/14 09:20:08 mark Exp $ */
/* $NetBSD: cpus.h,v 1.6 1998/05/01 15:32:55 mark Exp $ */
/*
* Copyright (c) 1995 Mark Brinicombe.
@ -143,12 +143,6 @@ typedef struct _cpu {
void *cpu_cd; /* CPU dependant data */
} cpu_t;
struct cpu_softc {
struct device sc_device;
int sc_open;
};
#ifdef _KERNEL
/* Array of cpu structures, one per possible cpu */