From a46a1ad097419aeea7350987dd95230f50d90392 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 15 Nov 2024 08:53:41 +0000
Subject: [PATCH] 固定GMAC1 网卡名为 eth3
---
kernel/include/linux/console.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kernel/include/linux/console.h b/kernel/include/linux/console.h
index 4b1e26c..1413a45 100644
--- a/kernel/include/linux/console.h
+++ b/kernel/include/linux/console.h
@@ -141,6 +141,7 @@
struct console {
char name[16];
void (*write)(struct console *, const char *, unsigned);
+ void (*write_raw)(struct console *, const char *, unsigned);
int (*read)(struct console *, char *, unsigned);
struct tty_driver *(*device)(struct console *, int *);
void (*unblank)(void);
--
Gitblit v1.6.2