| 303 | |
| 304 | #define dtb_node_get(x) (x) |
| 305 | static inline void dtb_node_put(const struct dtb_node *np) |
| 306 | { |
| 307 | } |
| 308 | |
| 309 | /* Helper to read a big number; size is in cells (not bytes) */ |
| 310 | static inline uint64_t dtb_node_read_number(const uint32_t *cell, int size) |
no outgoing calls
no test coverage detected