sh-cache.h
来自「this is ipl loader for hitachi SH4 proce」· C头文件 代码 · 共 31 行
H
31 行
/* sh-cache.h: A header file for sh-cache * * 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_CACHE_H#define __SH_CACHE_H#define CACHE_ENABLE 0#define CACHE_DISABLE 1extern void sh_cache_control(int c);#endif /* __SH_CACHE_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?