aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/generic-freebsd/sys/splash.h
blob: 83bfd087659ca2c9bd4054a2b0675e94f1734ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*-
 * SPDX-License-Identifier: BSD-2-Clause
 *
 * Copyright (c) 2024 Beckhoff Automation GmbH & Co. KG
 *
 */

#ifndef _SYS_SPLASH_H_
#define	_SYS_SPLASH_H_

#include <sys/types.h>

struct splash_info {
	uint32_t si_width;
	uint32_t si_height;
	uint32_t si_depth;
};

#endif	/* _SYS_SPLASH_H_ */