tmon.h
来自「使用广泛的日本著名的开源嵌入式实时操作系统T-Kernel的源码」· C头文件 代码 · 共 47 行
H
47 行
/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004-2006 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-License. *---------------------------------------------------------------------- * * Version: 1.02.02 * Released by T-Engine Forum(http://www.t-engine.org) at 2006/8/9. * *---------------------------------------------------------------------- *//* * @(#)tmon.h (libtm) * * T-Monitor library common definitions * * Also accessed from the assembler */#ifndef _in_asm_source_# include <basic.h># include <tm/tmonitor.h>#else# include <machine.h># include "tmsvc.h"#endif#include <tk/errno.h>/* * Function code */#define TM_MONITOR 0#define TM_GETCHAR 1#define TM_PUTCHAR 2#define TM_GETLINE 3#define TM_PUTSTRING 4#define TM_COMMAND 5#define TM_READDISK 6#define TM_WRITEDISK 7#define TM_INFODISK 8#define TM_EXIT 9#define TM_EXTSVC 255
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?