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
/
devs
/
diskimage
/
plugins
/
stub_aros.c
blob
5286358f4b112672f6da1200b6ddffe3666d59a0
1
#include <devices/diskimage.h>
2
#include <aros/system.h>
3
4
extern
struct
DiskImagePluginTable plugin_table
;
5
6
/* __startup will put code at start of plugin */
7
__startup
void
*
LibNull
(
void
)
8
{
9
return
&
plugin_table
;
10
}