// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB /* * Copyright (c) 2019, Mellanox Technologies inc. All rights reserved. */ #include <linux/dim.h> bool dim_on_top(struct dim *dim) { … } EXPORT_SYMBOL(…); void dim_turn(struct dim *dim) { … } EXPORT_SYMBOL(…); void dim_park_on_top(struct dim *dim) { … } EXPORT_SYMBOL(…); void dim_park_tired(struct dim *dim) { … } EXPORT_SYMBOL(…); bool dim_calc_stats(struct dim_sample *start, struct dim_sample *end, struct dim_stats *curr_stats) { … } EXPORT_SYMBOL(…); MODULE_DESCRIPTION(…) …; MODULE_LICENSE(…) …;