소스 검색

Add UNULL

tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
2c66588f3e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/include/gpxe/uaccess.h

+ 3
- 0
src/include/gpxe/uaccess.h 파일 보기

@@ -21,4 +21,7 @@
21 21
 
22 22
 #include <bits/uaccess.h>
23 23
 
24
+/** Equivalent of NULL for user pointers */
25
+#define UNULL ( ( userptr_t ) 0 )
26
+
24 27
 #endif /* _GPXE_UACCESS_H */

Loading…
취소
저장