this is ipl loader for hitachi SH4 processor.

源代码在线查看: sh-sci.h

软件大小: 24 K
上传用户: dasdasdc
关键词: processor hitachi loader this
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* sh-sci.h: A header file for sh-sci				 *				 *  Copyright (C) 2001 KOMORIYA Takeru				 *				 * This program is free software; you can redistribute it and/or modify				 * it under the terms of the GNU General Public License as published by				 * the Free Software Foundation; either version 2 of the License, or				 * (at your option) any later version.				 *				 * This program is distributed in the hope that it will be useful,				 * but WITHOUT ANY WARRANTY; without even the implied warranty of				 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.				 *				 * See the file "GPL" for more details.				 *				 * Contact to author:				 *   KOMORIYA Takeru, AAF Sendai Lab., Japan				 *   E-mail: komoriya@chmodx.dyndns.org				 *      URL: http://chmodx.dyndns.org/aaf/				 */								#ifndef __SH_SCI_H				#define __SH_SCI_H								extern void scif_init();				extern int scif_puts(const char *s);				extern int scif_putc(unsigned char ch);				extern void scif_flush (void);				extern void scif_disable (void);				extern int scif_getc();				extern int scif_getcw();				extern void scif_put_decimal (long a);				extern void scif_put_hex (unsigned long a, int digit);								#endif /* __SH_SCI_H */							

相关资源