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