From a204d174f05d15753c01739b3e4b3f78e5532947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 15 Mar 2026 22:23:28 +0100 Subject: [PATCH] [CPORTLIB] Prepare splitting cport.c into the NS16550-specific routines and the rest --- sdk/lib/cportlib/{cport.c => ns16550.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sdk/lib/cportlib/{cport.c => ns16550.c} (100%) diff --git a/sdk/lib/cportlib/cport.c b/sdk/lib/cportlib/ns16550.c similarity index 100% rename from sdk/lib/cportlib/cport.c rename to sdk/lib/cportlib/ns16550.c