summary refs log tree commit diff stats
path: root/include/semihosting/guestfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/semihosting/guestfd.h')
-rw-r--r--include/semihosting/guestfd.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/semihosting/guestfd.h b/include/semihosting/guestfd.h
index 3d426fedab..a7ea1041ea 100644
--- a/include/semihosting/guestfd.h
+++ b/include/semihosting/guestfd.h
@@ -35,13 +35,6 @@ typedef struct GuestFD {
     };
 } GuestFD;
 
-/*
- * For ARM semihosting, we have a separate structure for routing
- * data for the console which is outside the guest fd address space.
- */
-extern GuestFD console_in_gf;
-extern GuestFD console_out_gf;
-
 /**
  * alloc_guestfd:
  *