浏览代码

Allow construction of PXE status code from internal error number.

tags/v0.9.3
Michael Brown 17 年前
父节点
当前提交
6b6fc1d5ea
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/include/errno.h

+ 3
- 0
src/include/errno.h 查看文件

@@ -51,6 +51,9 @@
51 51
  *
52 52
  */
53 53
 
54
+/** Derive PXENV_STATUS code from gPXE error number */
55
+#define PXENV_STATUS( rc ) ( (-(rc)) & 0x00ff )
56
+
54 57
 /**
55 58
  * @defgroup pxeerrors PXE error codes
56 59
  *

正在加载...
取消
保存