linux/drivers/mtd/parsers/ofpart_linksys_ns.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2021 Rafał Miłecki <[email protected]>
 */

#include <linux/bcm47xx_nvram.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>

#include "ofpart_linksys_ns.h"

#define NVRAM_BOOT_PART

static int ofpart_linksys_ns_bootpartition(void)
{}

int linksys_ns_partitions_post_parse(struct mtd_info *mtd,
				     struct mtd_partition *parts,
				     int nr_parts)
{}