| 1 | /** @file |
| 2 | Device Path services. The thing to remember is device paths are built out of |
| 3 | nodes. The device path is terminated by an end node that is length |
| 4 | sizeof(EFI_DEVICE_PATH_PROTOCOL). That would be why there is sizeof(EFI_DEVICE_PATH_PROTOCOL) |
nothing calls this directly
no test coverage detected