summaryrefslogtreecommitdiff
path: root/board/samsung/e850-96/fw.h
blob: 73d9615d4a9c269b3328d9636e20d20a92791e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2024 Linaro Ltd.
 * Sam Protsenko <semen.protsenko@linaro.org>
 */

#ifndef __E850_96_FW_H
#define __E850_96_FW_H

#include <asm/types.h>

int load_ldfw(const char *ifname, int dev, int part, phys_addr_t addr);

#endif /* __E850_96_FW_H */