URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 897 |
Rev 1308 |
Line 44... |
Line 44... |
char *strtoken(char *in, char *out, int which);
|
char *strtoken(char *in, char *out, int which);
|
|
|
/* Parses string line and puts up to maxparam parameters into argv[]; number of parameters is returned */
|
/* Parses string line and puts up to maxparam parameters into argv[]; number of parameters is returned */
|
int tokenize_line (char *str, char *argv[], int maxparam);
|
int tokenize_line (char *str, char *argv[], int maxparam);
|
|
|
No newline at end of file
|
No newline at end of file
|
|
/* Loads file to memory starting at address startaddr and returns freemem. */
|
|
unsigned long loadcode(char *filename, unsigned long startaddr, unsigned long virtphy_transl);
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.