| 141 | size_t size); |
| 142 | |
| 143 | static inline const struct region *region_device_region( |
| 144 | const struct region_device *rdev) |
| 145 | { |
| 146 | return &rdev->region; |
| 147 | } |
| 148 | |
| 149 | static inline size_t region_device_sz(const struct region_device *rdev) |
| 150 | { |
no outgoing calls
no test coverage detected