NetBSD/sys/arch/pmax/dev/pmvar.h
simonb 636b65bec8 The clean-up continues:
- Make local-only function and variables static.
 - Move function prototypes and extern variable declarations to
   header files.
 - Delete unused variables.
There's still a handful of extern declaraions that should be fixed up.
2000-01-09 03:55:28 +00:00

12 lines
441 B
C

/* $NetBSD: pmvar.h,v 1.7 2000/01/09 03:55:41 simonb Exp $ */
/*
* Initialize a Decstation 3100/2100 baseboard framebuffer,
* so it can be used as a bitmapped glass-tty console device.
*/
int pminit __P((struct fbinfo *fi, caddr_t base, int unit, int silent));
int pmattach __P((struct fbinfo *fi, int unit, int silent));
extern struct pmax_fbtty pmfb; /* used in dev/pm_ds.c */
extern struct fbuaccess pmu; /* used in dev/pm_ds.c */