XINU
system
ionull.c
Go to the documentation of this file.
1
5
#include <
xinu.h
>
6
11
devcall
ionull
(
void
)
12
{
13
return
OK
;
14
}
ionull
devcall ionull(void)
何もしない(デバイステーブルの"don't care"エントリに使用する)
Definition:
ionull.c:11
xinu.h
全てのシステムヘッダファイルをインクルードする。
OK
#define OK
処理が成功した場合
Definition:
kernel.h:77
devcall
int32 devcall
デバイスコール関数 返り値の型
Definition:
kernel.h:49
Generated by
1.8.13