URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1353 |
Rev 1637 |
Line 36... |
Line 36... |
|
|
/* This function is very similar to strncpy, except it null terminates the string */
|
/* This function is very similar to strncpy, except it null terminates the string */
|
char *strstrip (char *dst, const char *src, int n);
|
char *strstrip (char *dst, const char *src, int n);
|
|
|
/* Loads file to memory starting at address startaddr and returns freemem. */
|
/* Loads file to memory starting at address startaddr and returns freemem. */
|
unsigned long loadcode(char *filename, oraddr_t startaddr, oraddr_t virtphy_transl);
|
uint32_t loadcode(char *filename, oraddr_t startaddr, oraddr_t 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.