Added kernel module for starting the usb stack at boot time. It's not activated thoug...
[cake.git] / rom / dos / contents.xml
blob6bab408c0b98a28bbc994c8d7116819495df816e
1 <contents>
2 <item>
3     <file>dos_functable.c</file>
4     An array with all functions of the library.
5         It is generated by a script from the headers of all
6         <filename>*.c</filename>-files in this directory.
8 </item>
10 <item>
11     <file>dos_init.c</file>
12     The init-code (<code>lib_init()</code>, <code>lib_open()</code>,
13         <code>lib_close()</code>, <code>lib_expunge()</code>).
15 </item>
17 <item>
18     <file>dos_intern.h</file>
19     A common include-file for all
20         <filename>*.c</filename>-files in this directory. It must not contain
21         anything which is necessary outside this directory.
23 </item>
25 <item>
26     <file>dos_debug.h</file>
27     Enable and disable debugging for a function of
28         the library.
30 </item>
32 <item>
33     <file>makefile</file>
34     This is a good example of how a makefile for a
35         library, which is linked into the system, should look like
38 </item>
39 </contents>