/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* * Copyright (C) 2023 Intel Corporation * Copyright (C) 2012-2014 Intel Corporation * Copyright (C) 2013-2014 Intel Mobile Communications GmbH */ #define MVM_DEBUGFS_READ_FILE_OPS(name) … #define MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) … \ #define _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) … #define _MVM_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) …