RTEMS  5.1
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
mctrl.h
1 /*
2  * Memory Controller driver interface
3  *
4  * COPYRIGHT (c) 2015.
5  * Cobham Gaisler.
6  *
7  * The license and distribution terms for this file may be
8  * found in the file LICENSE in this distribution or at
9  * http://www.rtems.org/license/LICENSE.
10  */
11 
12 #ifndef __MCTRL_H__
13 #define __MCTRL_H__
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 /* Register MEMCTRL driver to Driver manager */
20 void mctrl_register_drv (void);
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #endif