Module 3_DMIPS ECEN 5803 Project 1 Submitted by 1. Rahul Yamasani 2. Srivishnuj Alvakonda

Dependencies:   mbed

Fork of Dhrystone by Jörg Mehring

dhry.h

Committer:
jmehring
Date:
2014-06-13
Revision:
0:f96b0b385ec4

File content as of revision 0:f96b0b385ec4:


#ifndef _DHRY_H
#define _DHRY_H

#define LOOPS   512

#ifdef __cplusplus
extern "C" {
#endif

extern void Proc0 (void);

#ifdef __cplusplus
}
#endif

#endif