Add multiple include detection - all userland installed headers are now

safe.
This commit is contained in:
simonb 2000-11-26 06:03:24 +00:00
parent 6ec13b9d73
commit d76cf8b502
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,7 @@
/* $NetBSD: wsdisplay_usl_io.h,v 1.1 1998/06/11 22:00:04 drochner Exp $ */
/* $NetBSD: wsdisplay_usl_io.h,v 1.2 2000/11/26 06:03:24 simonb Exp $ */
#ifndef _DEV_WSCONS_WSDISPLAY_USL_IO_H_
#define _DEV_WSCONS_WSDISPLAY_USL_IO_H_
#define VT_OPENQRY _IOR('v', 1, int)
#define VT_SETMODE _IOW('v', 2, vtmode_t)
@ -80,3 +83,5 @@ struct pcvtid {
/* syscons compatibility */
#define CONS_GETVERS _IOR('c', 74, int)
#endif /* _DEV_WSCONS_WSDISPLAY_USL_IO_H_ */