/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ /* * Hirschmann Hellcreek TSN switch platform data. * * Copyright (C) 2020 Linutronix GmbH * Author Kurt Kanzenbach <[email protected]> */ #ifndef _HIRSCHMANN_HELLCREEK_H_ #define _HIRSCHMANN_HELLCREEK_H_ #include <linux/types.h> struct hellcreek_platform_data { … }; #endif /* _HIRSCHMANN_HELLCREEK_H_ */