// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2021-2022 Digiteq Automotive * author: Martin Tuma <[email protected]> */ #include <linux/ioport.h> #include "mgb4_regs.h" int mgb4_regs_map(struct resource *res, struct mgb4_regs *regs) { … } void mgb4_regs_free(struct mgb4_regs *regs) { … }