/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2024 Linaro Ltd. * Sam Protsenko */ #ifndef __E850_96_FW_H #define __E850_96_FW_H int load_ldfw(void); #endif /* __E850_96_FW_H */