summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/support/ramdisk_support.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/fstests/support/ramdisk_support.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/testsuites/fstests/support/ramdisk_support.h b/testsuites/fstests/support/ramdisk_support.h
index f3e0836cce..82f732f539 100644
--- a/testsuites/fstests/support/ramdisk_support.h
+++ b/testsuites/fstests/support/ramdisk_support.h
@@ -1,6 +1,12 @@
/*
+ * COPYRIGHT (c) 1989-2011.
+ * On-Line Applications Research Corporation (OAR).
*
- * $Id$
+ * 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.
+ *
+ * $Id Exp $
*/
#ifndef __RAMDISK_SUPPORT_H
#define __RAMDISK_SUPPORT_H
@@ -9,8 +15,6 @@
#include "config.h"
#endif
-#include "fstest_support.h"
-
#define RAMDISK_BLOCK_SIZE (512)
#define RAMDISK_BLOCK_COUNT (1024)
#define RAMDISK_PATH "/dev/ramdisk"