use the locations specified in the bcm2708_boot header
[AROS.git] / test / library / dummybase.h
blobe34bcee851aa95474f991ebae239f2902448734b
1 /*
2 * Copyright (C) 2012, The AROS Development Team. All rights reserved.
3 * Author: Jason S. McMullan <jason.mcmullan@gmail.com>
5 * Licensed under the AROS PUBLIC LICENSE (APL) Version 1.1
6 */
8 #ifndef DUMMYBASE_H
9 #define DUMMYBASE_H
11 #include <exec/libraries.h>
13 struct DummyBase {
14 struct Library db_Lib;
15 int lastval;
18 #endif /* DUMMYBASE_H */