mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2026-05-17 18:50:04 +00:00
10 lines
189 B
C
10 lines
189 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2023, Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
|
|
*/
|
|
|
|
#ifndef T8010_H_ /* Include guard */
|
|
#define T8010_H_
|
|
|
|
#endif // T8010_H_
|