template.h
Go to the documentation of this file.
1
7/*
8 * The contents of this file are subject to the Mozilla Public License
9 * Version 1.0 (the "License"); you may not use this file except in
10 * compliance with the License. You may obtain a copy of the License
11 * at http://www.mozilla.org/MPL/
12 *
13 * Software distributed under the License is distributed on an "AS IS"
14 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
15 * the License for the specific language governing rights and
16 * limitations under the License.
17 *
18 * The Original Code is legOS code, released October 17, 1999.
19 *
20 * The Initial Developer of the Original Code is Markus L. Noga.
21 * Portions created by Markus L. Noga are Copyright (C) 1999
22 * Markus L. Noga. All Rights Reserved.
23 *
24 * Contributor(s): Markus L. Noga <markus@noga.de>
25 */
26
27#ifndef __template_h__
28#define __template_h__
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
35//
36// Definitions
37//
39
40
42//
43// Variables
44//
46
47
49//
50// Functions
51//
53
54#ifdef __cplusplus
55}
56#endif
57
58#endif // __template_h__

brickOS is released under the Mozilla Public License.
Original code copyright 1998-2005 by the authors.

Generated for brickOS Kernel Developer by doxygen 1.9.4