summaryrefslogtreecommitdiffstats
path: root/testsuite/cdev01/test_cdev01.h
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2019-07-18 14:26:26 +0530
committerChristian Mauderer <oss@c-mauderer.de>2019-07-27 13:49:07 +0200
commitb68ca55c964cac5a6940e27f2880ee740cb1618a (patch)
treeb2611e6b76b74b788be08eddf90baf830b8b0e17 /testsuite/cdev01/test_cdev01.h
parentEPOCH(9): Add epoch_drain_callbacks() (diff)
downloadrtems-libbsd-b68ca55c964cac5a6940e27f2880ee740cb1618a.tar.bz2
Add mmap
Diffstat (limited to 'testsuite/cdev01/test_cdev01.h')
-rw-r--r--testsuite/cdev01/test_cdev01.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/cdev01/test_cdev01.h b/testsuite/cdev01/test_cdev01.h
index a83001b5..58866a0c 100644
--- a/testsuite/cdev01/test_cdev01.h
+++ b/testsuite/cdev01/test_cdev01.h
@@ -42,7 +42,8 @@ typedef enum {
TEST_WRITEV,
TEST_POLL,
TEST_KQFILTER,
- TEST_CLOSED
+ TEST_MMAP,
+ TEST_CLOSED,
} test_state;
void test_make_dev(test_state *state, const char *name);