summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/base/devctl.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-15 00:24:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-15 00:24:30 +0000
commit063a19a2909c7a3d31c2af410d01e3fd6f0100c6 (patch)
tree37dd18b56a9352d8b228dae38b5847c13d88a2b0 /c/src/exec/posix/base/devctl.h
parentSwitch from .s to .S on include (diff)
downloadrtems-063a19a2909c7a3d31c2af410d01e3fd6f0100c6.tar.bz2
Moved around per Ralf Corsepius as preparation for automake
Diffstat (limited to 'c/src/exec/posix/base/devctl.h')
-rw-r--r--c/src/exec/posix/base/devctl.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/c/src/exec/posix/base/devctl.h b/c/src/exec/posix/base/devctl.h
deleted file mode 100644
index 5073b475ee..0000000000
--- a/c/src/exec/posix/base/devctl.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* devctl.h
- *
- * $Id$
- */
-
-#ifndef __POSIX_DEVICE_CONTROL_h
-#define __POSIX_DEVICE_CONTROL_h
-
-#include <rtems/posix/features.h>
-
-#if defined(_POSIX_DEVICE_CONTROL)
-
-#include <sys/types.h>
-#include <unistd.h>
-
-/*
- * 21.2.1 Control a Device, P1003.4b/D8, p. 65
- */
-
-int devctl(
- int filedes,
- void *dev_data_ptr,
- size_t nbyte,
- int *dev_info_ptr
-);
-
-#endif
-
-#endif
-/* end of include file */