| 73 | } |
| 74 | |
| 75 | static inline void *fdt_offset_ptr_w_(void *fdt, int offset) |
| 76 | { |
| 77 | return (void *)(uintptr_t)fdt_offset_ptr_(fdt, offset); |
| 78 | } |
| 79 | |
| 80 | static inline const struct fdt_reserve_entry *fdt_mem_rsv_(const void *fdt, int n) |
| 81 | { |
no test coverage detected