Expand PMF_FN_* macros.
[netbsd-mini2440.git] / share / examples / secmodel / example.h
blob417d8ce8c840326bc7d4a0b292f7b9330701f341
1 /* $NetBSD$ */
3 /*
4 * This file is placed in the public domain.
5 */
7 #ifndef _SECMODEL_EXAMPLE_EXAMPLE_H_
8 #define _SECMODEL_EXAMPLE_EXAMPLE_H_
10 void secmodel_example_init(void);
11 void secmodel_example_start(void);
13 #endif /* !_SECMODEL_EXAMPLE_EXAMPLE_H_ */