repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
workbench
/
libs
/
pccard
/
pccard.conf
blob
e149b178a887195c73c4effc39ec6b4ad1017577
1
##begin config
2
basename PCCard
3
libbasetype struct PCCardBase
4
version 1.1
5
##end config
6
##begin cdef
7
#include <libraries/pccard.h>
8
##end cdef
9
##begin cdefprivate
10
#include "pccard_intern.h"
11
##end cdefprivate
12
##begin functionlist
13
struct TagItem *PCCard_GetTupleInfo(const UBYTE *tuple) (A0)
14
VOID PCCard_FreeTupleInfo(struct TagItem *tag_list) (A0)
15
##end functionlist