File: fwcfg.h

package info (click to toggle)
ap51-flash 2025.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: ansic: 4,485; makefile: 129; python: 33
file content (14 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-3.0-or-later
 * SPDX-FileCopyrightText: Sven Eckelmann <sven@narfation.org>
 */

#ifndef __AP51_FLASH_FWCFG_H__
#define __AP51_FLASH_FWCFG_H__

struct file_info;
struct router_image;

unsigned int fwupgrade_cfg_read_sizes(struct router_image *router_image,
				      const struct file_info *file_info);

#endif /* __AP51_FLASH_FWCFG_H__ */