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:
sral4054
Date:
2017-10-12
Revision:
1:a4840e30d4a9
Parent:
0:f96b0b385ec4

File content as of revision 1:a4840e30d4a9:


#ifndef _DHRY_H
#define _DHRY_H

#define LOOPS   512

#ifdef __cplusplus
extern "C" {
#endif

extern void Proc0 (void);

#ifdef __cplusplus
}
#endif

#endif