aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include/amdblocks/image.h
blob: 92d4002b81488e6c38625338acf897b93b76b78b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __AMD_BLOCK_IMAGE_H__
#define __AMD_BLOCK_IMAGE_H__

#include <stdint.h>

void *amd_find_image(const void *start_address, const void *end_address,
			uint32_t alignment, const char name[8]);

#endif /* __AMD_BLOCK_IMAGE_H__ */