efi-boot-shim/include/dp.h
2025-03-24 10:18:24 +01:00

15 lines
270 B
C

// SPDX-License-Identifier: BSD-2-Clause-Patent
/*
* dp.h - device path helper functions
* Copyright Peter Jones <pjones@redhat.com>
*/
#ifndef DP_H_
#define DP_H_
int
is_removable_media_path(EFI_LOADED_IMAGE *li);
#endif /* !DP_H_ */
// vim:fenc=utf-8:tw=75:noet