URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [monitor/] [monitor/] [common/] [load.h] - Rev 62
Go to most recent revision | Compare with Previous | Blame | View Log
/* * load.h -- load S-record file from serial line */ #ifndef _LOAD_H_ #define _LOAD_H_ void load(int serno); #endif /* _LOAD_H_ */
Go to most recent revision | Compare with Previous | Blame | View Log