blob: d73b00eb8d73406a584172c0ef4c079cd4731add (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Common sysinfo helpers for TQ-Systems SOMs
*
* Copyright (c) 2025-2026 TQ-Systems GmbH <[email protected]>
* 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 */
|