Trust uboot's device list only if it does not look suspicious.
[AROS.git] / test / library / dummy.conf
blobe4ee0894a056b9561c97005552698384f37c238f
1 ##begin config
2 version 1.0
3 libbasetype struct DummyBase
4 ##end config
6 ##begin cdefprivate
7 #include "dummybase.h"
8 ##end cdefprivate
11 ##begin functionlist
12 ULONG add(ULONG a, ULONG b) (D0,D1)
13 ULONG asl(ULONG a, ULONG b) (D0,D1)
14 .function __int_asl
15 LONG printx(LONG args,...)
16 ##end functionlist