nios2: add config-independent CPU defines

This file is taken verbatim from the Altera Nios II HAL
source and includes various useful processor defines
and macros.

Change-Id: Idbf0b49bebe33bb5a53f5155d927bafadda9a2fe
Origin: nios2.h Altera Nios II HAL
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2016-05-04 14:28:07 -07:00 committed by Benjamin Walsh
commit cfe645cef3
2 changed files with 301 additions and 0 deletions

View file

@ -25,6 +25,7 @@
#define _ARCH_IFACE_H
#include <system.h>
#include "nios2.h"
#ifdef __cplusplus
extern "C" {