162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci
362306a36Sopenharmony_ci#ifndef __UML_ARCH_H__
462306a36Sopenharmony_ci#define __UML_ARCH_H__
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciextern void * __init uml_load_file(const char *filename, unsigned long long *size);
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#ifdef CONFIG_OF
962306a36Sopenharmony_ciextern void __init uml_dtb_init(void);
1062306a36Sopenharmony_ci#else
1162306a36Sopenharmony_cistatic inline void uml_dtb_init(void) { }
1262306a36Sopenharmony_ci#endif
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#endif
15