Page MenuHomeFreeBSD

D55735.id173387.diff
No OneTemporary

D55735.id173387.diff

diff --git a/sys/compat/linuxkpi/common/include/linux/linux_logo.h b/sys/compat/linuxkpi/common/include/linux/linux_logo.h
new file mode 100644
--- /dev/null
+++ b/sys/compat/linuxkpi/common/include/linux/linux_logo.h
@@ -0,0 +1,19 @@
+/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2026 The FreeBSD Foundation
+ */
+
+#ifndef _LINUXKPI_LINUX_LINUX_LOGO_H_
+#define _LINUXKPI_LINUX_LINUX_LOGO_H_
+
+struct linux_logo {
+ int type;
+ unsigned int width;
+ unsigned int height;
+ unsigned int clutsize;
+ const unsigned char *clut;
+ const unsigned char *data;
+};
+
+#endif /* _LINUXKPI_LINUX_LINUX_LOGO_H_ */

File Metadata

Mime Type
text/plain
Expires
Fri, Mar 20, 8:02 AM (19 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29457099
Default Alt Text
D55735.id173387.diff (641 B)

Event Timeline