ec/google/chromeec: Enable ACPI memory mapping for Microchip EC
[coreboot2.git] / src / soc / amd / common / block / include / amdblocks / image.h
blob27c899154161008f79085af9a2e7f57d6ef9e7b9
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef AMD_BLOCK_IMAGE_H
4 #define AMD_BLOCK_IMAGE_H
6 #include <stdint.h>
8 void *amd_find_image(const void *start_address, const void *end_address,
9 uint32_t alignment, const char name[8]);
11 #endif /* AMD_BLOCK_IMAGE_H */