Files
failnix/targets/wasm-tacle/parallel/DEBIE/code/harness/target_reg52.h

37 lines
1.1 KiB
C

/*------------------------------------------------------------------------------
Copyright (C) 1998 : Space Systems Finland Ltd.
Space Systems Finland Ltd (SSF) allows you to use this version of
the DEBIE-I DPU software for the specific purpose and under the
specific conditions set forth in the Terms Of Use document enclosed
with or attached to this software. In particular, the software
remains the property of SSF and you must not distribute the software
to third parties without written and signed authorization from SSF.
System Name: DEBIE DPU SW
Module : target_reg52.h
Definitions for 80C32 Special Function Registers to be used
in portable parts of the DEBIE DPU software.
This "null" (DNI) version declares these Special Function Registers
as global "unsigned char" variables.
Created for the DEBIE-I WCET benchmark program. Not based directly
on any SSF sources.
- * --------------------------------------------------------------------------
*/
#ifndef TARGET_REG52_H
#define TARGET_REG52_H
extern unsigned char EA;
/* Interrupt enable register. */
#endif