Use of this wrapper is recommended. */
| 168 | |
| 169 | /* Use of this wrapper is recommended. */ |
| 170 | static inline int of_init(void) |
| 171 | { |
| 172 | return of_init_path(OF_INIT_DEFAULT_PATH); |
| 173 | } |
| 174 | |
| 175 | /* Read a numeric property according to its size and return it as a 64-bit |
| 176 | * value. |
no test coverage detected