source: rtems/testsuites/psxtests/psxmmap01/test_driver.h @ 1549beb

5
Last change on this file since 1549beb was 1549beb, checked in by Kevin Kirspel <kevin-kirspel@…>, on 06/29/17 at 14:36:44

psxtests: Add a mmap dedicated test case

Updates #2859

  • Property mode set to 100644
File size: 358 bytes
Line 
1/*
2 * Copyright (c) 2017 Kevin Kirspel.
3 *
4 * The license and distribution terms for this file may be
5 * found in the file LICENSE in this distribution or at
6 * http://www.rtems.org/license/LICENSE.
7 */
8
9#include <rtems.h>
10#include <rtems/imfs.h>
11#include <rtems/libcsupport.h>
12
13extern const IMFS_node_control node_control;
14extern char test_data[PAGE_SIZE];
Note: See TracBrowser for help on using the repository browser.