xref: /netbsd-src/share/examples/secmodel/example.h (revision 53b02e147d4ed531c0d2a5ca9b3e8026ba3e99b5)
1 /* $NetBSD: example.h,v 1.2 2011/12/04 23:55:36 jym Exp $ */
2 
3 /*
4  * This file is placed in the public domain.
5  */
6 
7 #ifndef _SECMODEL_EXAMPLE_EXAMPLE_H_
8 #define	_SECMODEL_EXAMPLE_EXAMPLE_H_
9 
10 #define SECMODEL_EXAMPLE_ID   "id.unique.secmodel.example"
11 #define SECMODEL_EXAMPLE_NAME "Example security model"
12 
13 #endif /* !_SECMODEL_EXAMPLE_EXAMPLE_H_ */
14