5977114c42
. make common.o link with the tests instead of being #included as common.c . fix warnings about missing prototypes by declaring functions static . reduces some duplicated code Change-Id: Ic2a765d7f5886add5863190efec3fdd2d2ea2137
10 lines
208 B
C
10 lines
208 B
C
|
|
#define MAGIC1 0x12C0ED
|
|
#define MAGIC2 0x12C0FF
|
|
#define MAGIC3 0x12D0FF
|
|
#define MAGIC4 0x13D0FE
|
|
#define MAGIC5 0x14D1FF
|
|
#define MAGIC6 0x17D1FF
|
|
|
|
long hellodriver(void);
|
|
long modfunction(long, long *, long);
|