/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Common sysinfo helpers for TQ-Systems SOMs * * Copyright (c) 2025-2026 TQ-Systems GmbH * D-82229 Seefeld, Germany. * Author: Nora Schiffer */ #ifndef __TQ_SYSINFO_H #define __TQ_SYSINFO_H int tq_common_sysinfo_setup(void); #endif /* __TQ_SYSINFO_H */