1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef AMD_BLOCK_IMAGE_H
4 #define AMD_BLOCK_IMAGE_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 */