Michael Brown 19 лет назад
Родитель
Сommit
2c66588f3e
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3
    0
      src/include/gpxe/uaccess.h

+ 3
- 0
src/include/gpxe/uaccess.h Просмотреть файл

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

Загрузка…
Отмена
Сохранить