xref: /netbsd-src/share/examples/secmodel/example.h (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
1 /* $NetBSD: example.h,v 1.1 2006/09/15 15:49:29 elad 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 void secmodel_example_init(void);
11 void secmodel_example_start(void);
12 
13 #endif /* !_SECMODEL_EXAMPLE_EXAMPLE_H_ */
14