summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/gdbudp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/gpxe/gdbudp.h')
-rw-r--r--gpxe/src/include/gpxe/gdbudp.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/gpxe/src/include/gpxe/gdbudp.h b/gpxe/src/include/gpxe/gdbudp.h
deleted file mode 100644
index 5f02faaa..00000000
--- a/gpxe/src/include/gpxe/gdbudp.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef _GPXE_GDBUDP_H
-#define _GPXE_GDBUDP_H
-
-/** @file
- *
- * GDB remote debugging over UDP
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-struct sockaddr_in;
-struct gdb_transport;
-
-/**
- * Set up the UDP transport with network address
- *
- * @name network device name
- * @addr IP address and UDP listen port, may be NULL and fields may be zero
- * @ret transport suitable for starting the GDB stub or NULL on error
- */
-struct gdb_transport *gdbudp_configure ( const char *name, struct sockaddr_in *addr );
-
-#endif /* _GPXE_GDBUDP_H */