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] - Blame information for rev 280

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

Line No. Rev Author Line
1 178 jshamlet
 
2
#ifndef __LISTFILE_H
3
#define __LISTFILE_H
4
 
5
struct listfileitem {
6
  char *sourcefilename;
7
  int linenumber;
8
  int address;
9
  int length;
10
};
11
 
12
int listfile_write_listfiles(struct section *e);
13
int listfile_block_read(unsigned char **d, struct section *s);
14
 
15
#endif

powered by: WebSVN 2.1.0

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