Merge tag 'cocci-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall...
[linux-block.git] / include / soc / mscc / vsc7514_regs.h
CommitLineData
32ecd22b
CF
1/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
2/*
3 * Microsemi Ocelot Switch driver
4 *
5 * Copyright (c) 2021 Innovative Advantage Inc.
6 */
7
8#ifndef VSC7514_REGS_H
9#define VSC7514_REGS_H
10
840ece19
CF
11#include <soc/mscc/ocelot_vcap.h>
12
beb9a74e
CF
13extern struct vcap_props vsc7514_vcap_props[];
14
728d8019
CF
15extern const struct reg_field vsc7514_regfields[REGFIELD_MAX];
16
2efaca41
CF
17extern const u32 *vsc7514_regmap[TARGET_MAX];
18
32ecd22b 19#endif