소스 검색

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…
취소
저장