NetBSD/share/examples/secmodel/example.h
elad 6cb705e0b1 Add skeleton files to be used by developers interested in writing NetBSD
security models from scratch. Address issues both for in-tree integration
as well as distribution as LKMs.

Placed in the public domain.
2006-09-15 15:49:29 +00:00

14 lines
305 B
C

/* $NetBSD: example.h,v 1.1 2006/09/15 15:49:29 elad Exp $ */
/*
* This file is placed in the public domain.
*/
#ifndef _SECMODEL_EXAMPLE_EXAMPLE_H_
#define _SECMODEL_EXAMPLE_EXAMPLE_H_
void secmodel_example_init(void);
void secmodel_example_start(void);
#endif /* !_SECMODEL_EXAMPLE_EXAMPLE_H_ */