blob: 09043081e3b629e0142d3f84faa0b940e01f86c7 [file] [log] [blame]
/*
* (C) Copyright 2014
* Marvell Semiconductor <www.marvell.com>
* Written-by: Xiang Wang <wangx@marvell.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __MV_BOOT_H
#define __MV_BOOT_H
/* Functions */
void image_load_notify(unsigned long load_addr);
void image_flash_notify(unsigned long load_addr);
#endif /* __MV_BOOT_H */