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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.22/] [stdalone/] [mkpart/] [mkmboot/] [stage2/] [iolib.h] - Rev 185

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

/*
 * iolib.h -- a very small library of I/O routines
 */
 
 
#ifndef _IOLIB_H_
#define _IOLIB_H_
 
 
char getc(void);
void putc(char c);
int rwscts(int dskno, int cmd, int sector, int addr, int count);
 
 
#endif /* _IOLIB_H_ */
 

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.