|
XINU
|
#include <xinu.h>
Go to the source code of this file.
Functions | |
| devcall | ioerr (void) |
| ステータスとしてエラーを返す(デバイステーブルの"error"エントリに対して使用する)。 More... | |
| devcall | ionull (void) |
| 何もしない(デバイステーブルの"don't care"エントリに使用する) More... | |
Variables | |
| struct dentry | devtab [NDEVS] |
| devcall ioerr | ( | void | ) |
ステータスとしてエラーを返す(デバイステーブルの"error"エントリに対して使用する)。
| devcall ionull | ( | void | ) |
何もしない(デバイステーブルの"don't care"エントリに使用する)
1.8.13