xref: /netbsd-src/sys/secmodel/bsd44/bsd44.h (revision 9120d4511b151fba58c7db8d56cfcf3560b22850)
1*9120d451Spgoyette /* $NetBSD: bsd44.h,v 1.7 2020/03/16 21:20:12 pgoyette Exp $ */
25f7169ccSelad /*-
35f7169ccSelad  * Copyright (c) 2006 Elad Efrat <elad@NetBSD.org>
45f7169ccSelad  * All rights reserved.
55f7169ccSelad  *
65f7169ccSelad  * Redistribution and use in source and binary forms, with or without
75f7169ccSelad  * modification, are permitted provided that the following conditions
85f7169ccSelad  * are met:
95f7169ccSelad  * 1. Redistributions of source code must retain the above copyright
105f7169ccSelad  *    notice, this list of conditions and the following disclaimer.
115f7169ccSelad  * 2. Redistributions in binary form must reproduce the above copyright
125f7169ccSelad  *    notice, this list of conditions and the following disclaimer in the
135f7169ccSelad  *    documentation and/or other materials provided with the distribution.
1476f1c03bSelad  * 3. The name of the author may not be used to endorse or promote products
155f7169ccSelad  *    derived from this software without specific prior written permission.
165f7169ccSelad  *
175f7169ccSelad  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
185f7169ccSelad  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
195f7169ccSelad  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
205f7169ccSelad  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
215f7169ccSelad  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
225f7169ccSelad  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
235f7169ccSelad  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
245f7169ccSelad  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
255f7169ccSelad  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
265f7169ccSelad  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
275f7169ccSelad  */
285f7169ccSelad 
295f7169ccSelad #ifndef _SECMODEL_BSD44_BSD44_H_
305f7169ccSelad #define	_SECMODEL_BSD44_BSD44_H_
315f7169ccSelad 
32926571dfSjym #define SECMODEL_BSD44_ID   "org.netbsd.secmodel.bsd44"
33926571dfSjym #define SECMODEL_BSD44_NAME "Traditional NetBSD: 4.4BSD"
34926571dfSjym 
355f7169ccSelad void secmodel_bsd44_init(void);
365f7169ccSelad void secmodel_bsd44_start(void);
372b3921e3Selad void secmodel_bsd44_stop(void);
3853ca19a3Selad 
395f7169ccSelad #endif /* !_SECMODEL_BSD44_BSD44_H_ */
40