1*47c04e7bSjym /* $NetBSD: example.h,v 1.2 2011/12/04 23:55:36 jym Exp $ */ 26cb705e0Selad 36cb705e0Selad /* 46cb705e0Selad * This file is placed in the public domain. 56cb705e0Selad */ 66cb705e0Selad 76cb705e0Selad #ifndef _SECMODEL_EXAMPLE_EXAMPLE_H_ 86cb705e0Selad #define _SECMODEL_EXAMPLE_EXAMPLE_H_ 96cb705e0Selad 10*47c04e7bSjym #define SECMODEL_EXAMPLE_ID "id.unique.secmodel.example" 11*47c04e7bSjym #define SECMODEL_EXAMPLE_NAME "Example security model" 126cb705e0Selad 136cb705e0Selad #endif /* !_SECMODEL_EXAMPLE_EXAMPLE_H_ */ 14