mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Clean up -Wheader-guard warnings.
Submitted by: <dt71@gmx.com> MFC after: 3 days X-MFC with: r251848
This commit is contained in:
parent
eda6cf02b8
commit
77b2b60dcf
5 changed files with 5 additions and 5 deletions
|
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
#ifndef _DEV_PUC_BFE_H_
|
||||
#define _DEV_PUC_BFE_H
|
||||
#define _DEV_PUC_BFE_H_
|
||||
|
||||
#define PUC_PCI_BARS 6
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
#ifndef _DEV_PUC_CFG_H_
|
||||
#define _DEV_PUC_CFG_H
|
||||
#define _DEV_PUC_CFG_H_
|
||||
|
||||
#define DEFAULT_RCLK 1843200
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/*$FreeBSD$*/
|
||||
|
||||
#ifndef _VXGE_H_
|
||||
#define __VXGE_H_
|
||||
#define _VXGE_H_
|
||||
|
||||
#include <dev/vxge/vxgehal/vxgehal.h>
|
||||
#include <dev/vxge/vxge-osdep.h>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
#ifndef _UPDATER_H_
|
||||
#define _UPDATER_H
|
||||
#define _UPDATER_H_
|
||||
|
||||
void *updater(void *);
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
|
||||
#if !defined(__VSORT_H__)
|
||||
#define _VSORT_H__
|
||||
#define __VSORT_H__
|
||||
|
||||
#include "bwstring.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue