OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [Open8 Tools/] [open8_src/] [open8_link/] [listfile.h] - Rev 327

Go to most recent revision | Compare with Previous | Blame | View Log

 
#ifndef __LISTFILE_H
#define __LISTFILE_H
 
struct listfileitem {
  char *sourcefilename;
  int linenumber;
  int address;
  int length;
};
 
int listfile_write_listfiles(struct section *e);
int listfile_block_read(unsigned char **d, struct section *s);
 
#endif
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.