RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
epiphany.h
Go to the documentation of this file.
1
5/*
6 * Copyright (c) 2015 University of York.
7 * Hesham ALMatary <hmka501@york.ac.uk>
8 *
9 * COPYRIGHT (c) 1989-1999, 2010.
10 * On-Line Applications Research Corporation (OAR).
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright
16 * notice, this list of conditions and the following disclaimer.
17 * 2. Redistributions in binary form must reproduce the above copyright
18 * notice, this list of conditions and the following disclaimer in the
19 * documentation and/or other materials provided with the distribution.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
22 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 */
33
34#ifndef _RTEMS_SCORE_EPIPHANY_H
35#define _RTEMS_SCORE_EPIPHANY_H
36
37#ifdef __cplusplus
38extern "C" {
39#endif
40
41/*
42 * This file contains the information required to build
43 * RTEMS for a particular member of the Epiphany family.
44 * It does this by setting variables to indicate which
45 * implementation dependent features are present in a particular
46 * member of the family.
47 *
48 * This is a good place to list all the known CPU models
49 * that this port supports and which RTEMS CPU model they correspond
50 * to.
51 */
52
53 /*
54 * Define the name of the CPU family and specific model.
55 */
56
57#define CPU_NAME "EPIPHANY"
58#define CPU_MODEL_NAME "EPIPHANY"
59
60#ifdef __cplusplus
61}
62#endif
63
64#endif /* _RTEMS_SCORE_EPIPHANY_H */