From 0d6bc97a073fc3aacd0cc4ff417edf6d5f79a25c Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 21 Feb 2012 23:37:19 +0000 Subject: 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 --- libddekit/dde.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libddekit/dde.h (limited to 'libddekit/dde.h') 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 -- cgit v1.2.3