blob: 8a264a13275c4ad72cd0345368dc00a731f88cc0 (
plain) (
blame)
1
2
3
4
5
6
7
|
/* SPDX-License-Identifier: LGPL-2.1 OR MIT */
/*
* sys/types.h shim for NOLIBC
* Copyright (C) 2025 Thomas Weißschuh <thomas.weissschuh@linutronix.de>
*/
#include "../types.h"
|