URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [Open8 Tools/] [open8_src/] [open8_link/] [files.h] - Rev 250
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _FILES_H #define _FILES_H int load_files(char *argv[], int argc); int load_file(char *fn, int state, int bank, int slot, int base, int base_defined); int load_file_data(char *fn, unsigned char **da, int *size); char *get_file_name(int id); char *get_source_file_name(int file_id, int source_id); #endif
Go to most recent revision | Compare with Previous | Blame | View Log