summaryrefslogtreecommitdiff
path: root/libmachdevdde/machdevdde.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmachdevdde/machdevdde.h')
-rw-r--r--libmachdevdde/machdevdde.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/libmachdevdde/machdevdde.h b/libmachdevdde/machdevdde.h
new file mode 100644
index 000000000..2b26a9c90
--- /dev/null
+++ b/libmachdevdde/machdevdde.h
@@ -0,0 +1,28 @@
+/*
+ Copyright (C) 2010 Free Software Foundation, Inc.
+ Written by Zheng Da.
+
+ This file is part of the GNU Hurd.
+
+ The GNU Hurd is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ The GNU Hurd is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with the GNU Hurd; see the file COPYING. If not, write to
+ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
+/* This file declares interfaces used by driver programs. */
+
+#ifndef __MACHDEVDDE_H__
+#define __MACHDEVDDE_H__
+
+void * machdevdde_server(void *arg);
+
+#endif