/* * Modified for Streamit * File added for CPU-load measurements * * Copyright (C) 2007 by Streamit BV. All rights reserved. */ #ifndef _CPU_LOAD_H_ #define _CPU_LOAD_H_ //#define CPU_LOAD_MEASURE #define CPU_LOAD_PORT PORTE #define CPU_LOAD_BIT 3 #define CPU_LOAD_DDR DDRE #endif