瀏覽代碼

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
  *

Loading…
取消
儲存