summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/include/machine/signal.h')
-rw-r--r--rtemsbsd/include/machine/signal.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/rtemsbsd/include/machine/signal.h b/rtemsbsd/include/machine/signal.h
deleted file mode 100644
index 6d3f3927..00000000
--- a/rtemsbsd/include/machine/signal.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/**
- * @file
- *
- * @ingroup rtems_bsd_machine
- *
- * @brief TODO.
- */
-
-/*
- * Copyright (c) 2009, 2010 embedded brains GmbH. All rights reserved.
- *
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- */
-
-#ifndef _RTEMS_BSD_MACHINE_SIGNAL_H_
-#define _RTEMS_BSD_MACHINE_SIGNAL_H_
-
-#ifndef _RTEMS_BSD_MACHINE_RTEMS_BSD_KERNEL_SPACE_H_
-#error "the header file <machine/rtems-bsd-kernel-space.h> must be included first"
-#endif
-
-#endif /* _RTEMS_BSD_MACHINE_SIGNAL_H_ */