31 lines
977 B
C
31 lines
977 B
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 : reg52.h
|
|
|
|
Definitions for 80C32 Special Function Registers to be used
|
|
in portable parts of the DEBIE DPU software.
|
|
|
|
Created for the DEBIE-I WCET benchmark program. Not based directly
|
|
on any SSF sources.
|
|
|
|
- * --------------------------------------------------------------------------
|
|
*/
|
|
|
|
|
|
#ifndef REG52_H
|
|
#define REG52_H
|
|
|
|
#include "target_reg52.h"
|
|
|
|
#endif
|