Skip to content
Snippets Groups Projects
Commit 26b1c705 authored by Roberto Hexsel's avatar Roberto Hexsel
Browse files

added functions to stop COUNT

parent b613259d
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ extern void disableInterr(void);
// internal counter, CP0 register COUNT
extern int startCount(void);
extern int stopCount(void);
extern int readCount(void);
extern char *memcpy(char*, const char*, int);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment