Add missing header file inclusion guard.

This commit is contained in:
Hans Petter Selasky 2013-01-30 10:59:42 +00:00
parent 2d32959339
commit 7e7b1248d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246115

View File

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/*-
* Copyright (c) 2001 M. Warner Losh
* All rights reserved.
@ -28,7 +29,8 @@
* its contributors.
*/
/* $FreeBSD$ */
#ifndef _UFM_IOCTL_H_
#define _UFM_IOCTL_H_
#include <sys/ioccom.h>
@ -37,3 +39,5 @@
#define FM_START _IOWR('U', 202, int)
#define FM_STOP _IOWR('U', 203, int)
#define FM_GET_STAT _IOWR('U', 204, int)
#endif /* _UFM_IOCTL_H_ */