summaryrefslogtreecommitdiff
path: root/0.h
blob: 217b58089656b0202d58bb884a892e6153e82f20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/**
** @file	?
**
** @author	CSCI-452 class of 20245
**
** @brief	?
*/

#ifndef ?_H_
#define ?_H_

#include <common.h>

/*
** General (C and/or assembly) definitions
*/

#ifndef ASM_SRC

/*
** Start of C-only definitions
*/

/*
** Types
*/

/*
** Globals
*/

/*
** Prototypes
*/

#endif  /* !ASM_SRC */

#endif