Make the defines that prevent multiple includes look like the
others in netgraph.
This commit is contained in:
parent
313ab6b4d5
commit
835ab74093
@ -30,8 +30,8 @@
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
#ifndef _NETGRAPH_ATM_NG_ATM_H
|
||||
#define _NETGRAPH_ATM_NG_ATM_H
|
||||
#ifndef _NETGRAPH_ATM_NG_ATM_H_
|
||||
#define _NETGRAPH_ATM_NG_ATM_H_
|
||||
|
||||
#define NG_ATM_NODE_TYPE "atm"
|
||||
#define NGM_ATM_COOKIE 960802260
|
||||
|
@ -30,8 +30,8 @@
|
||||
*
|
||||
* Netgraph module for Q.2110 SSCOP
|
||||
*/
|
||||
#ifndef _NETGRAPH_ATM_NG_SSCOP_H
|
||||
#define _NETGRAPH_ATM_NG_SSCOP_H
|
||||
#ifndef _NETGRAPH_ATM_NG_SSCOP_H_
|
||||
#define _NETGRAPH_ATM_NG_SSCOP_H_
|
||||
|
||||
#define NG_SSCOP_NODE_TYPE "sscop"
|
||||
#define NGM_SSCOP_COOKIE 980175044
|
||||
|
@ -31,8 +31,8 @@
|
||||
*
|
||||
* In-kernel UNI stack message functions.
|
||||
*/
|
||||
#ifndef _NETGRAPH_ATM_NGATMBASE_H
|
||||
#define _NETGRAPH_ATM_NGATMBASE_H
|
||||
#ifndef _NETGRAPH_ATM_NGATMBASE_H_
|
||||
#define _NETGRAPH_ATM_NGATMBASE_H_
|
||||
|
||||
/* forward declarations */
|
||||
struct mbuf;
|
||||
|
Loading…
Reference in New Issue
Block a user