summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmmap01/test_driver.h
blob: 5afdb9b46e3276ed919bb165a149149f97ca22f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2017 Kevin Kirspel.
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.org/license/LICENSE.
 */

#include <rtems.h>
#include <rtems/imfs.h>
#include <rtems/libcsupport.h>

extern const IMFS_node_control node_control;
extern char test_data[PAGE_SIZE];