repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
share
/
examples
/
secmodel
/
example.h
blob
417d8ce8c840326bc7d4a0b292f7b9330701f341
1
/* $NetBSD$ */
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_ */