brintos

brintos / linux-shallow public Read only

0
0
Text · 389 B · ffe343a Raw
20 lines · c
1/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */2/*3 * Microsemi Ocelot Switch driver4 *5 * Copyright (c) 2021 Innovative Advantage Inc.6 */7 8#ifndef VSC7514_REGS_H9#define VSC7514_REGS_H10 11#include <soc/mscc/ocelot_vcap.h>12 13extern struct vcap_props vsc7514_vcap_props[];14 15extern const struct reg_field vsc7514_regfields[REGFIELD_MAX];16 17extern const u32 *vsc7514_regmap[TARGET_MAX];18 19#endif20