diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-21 23:37:19 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-22 01:49:55 +0000 |
| commit | 0d6bc97a073fc3aacd0cc4ff417edf6d5f79a25c (patch) | |
| tree | b1613ee6efb4a18961fb43ee6b660e8b94fd196e /libddekit/dde.h | |
| parent | 0d540cbe80276303d9cf1012da97f44d65285288 (diff) | |
Clean up includes
To use the standard hurd Makeconf rules and permit external dde_* build
Conflicts:
dde_e100/Makefile
dde_e1000/Makefile
dde_ne2k_pci/Makefile
dde_pcnet32/Makefile
dde_rtl8139/Makefile
Diffstat (limited to 'libddekit/dde.h')
| -rw-r--r-- | libddekit/dde.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libddekit/dde.h b/libddekit/dde.h new file mode 100644 index 00000000..12f8a81a --- /dev/null +++ b/libddekit/dde.h @@ -0,0 +1,14 @@ +#ifndef l4_ddekit_h +#define l4_ddekit_h + +/* FIXME if this is ddekit.h, it should be moved into dde/ddekit/include/ddekit.h (also + * all headers under include/ddekit) */ + +/** + * Initialize the DDE. Must be called before any other DDE function. + * + * FIXME revisit this one + */ +void ddekit_init(void); + +#endif |
