summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/sparc/shared/include/mctrl.h
blob: db449cb11a66f5b27bf9a2b4a501707d551a7bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 *  Memory Controller driver interface
 *
 *  COPYRIGHT (c) 2015.
 *  Cobham Gaisler.
 *
 *  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.
 */

#ifndef __MCTRL_H__
#define __MCTRL_H__

#ifdef __cplusplus
extern "C" {
#endif

/* Register MEMCTRL driver to Driver manager */
void mctrl_register_drv (void);

#ifdef __cplusplus
}
#endif

#endif