aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xg_private.h
diff options
context:
space:
mode:
authorkfraser@dhcp93.uk.xensource.com <kfraser@dhcp93.uk.xensource.com>2006-06-27 14:38:58 +0100
committerkfraser@dhcp93.uk.xensource.com <kfraser@dhcp93.uk.xensource.com>2006-06-27 14:38:58 +0100
commit8c01122785fa6c207de9a2acf115f2b687e866fc (patch)
tree4afcdda307f1c58b21588f97201d05ef965b41e3 /tools/libxc/xg_private.h
parent64d2b4920bd4cef4b88d1685b8f00ea02bf9d0ac (diff)
downloadxen-8c01122785fa6c207de9a2acf115f2b687e866fc.tar.gz
xen-8c01122785fa6c207de9a2acf115f2b687e866fc.tar.bz2
xen-8c01122785fa6c207de9a2acf115f2b687e866fc.zip
[TOOLS] Remove plan9 loader code. Latest plan9 port uses linux builder.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/libxc/xg_private.h')
-rw-r--r--tools/libxc/xg_private.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/libxc/xg_private.h b/tools/libxc/xg_private.h
index 16dcc966d5..42b8cfd13f 100644
--- a/tools/libxc/xg_private.h
+++ b/tools/libxc/xg_private.h
@@ -196,8 +196,5 @@ int probe_elf(const char *image, unsigned long image_size,
struct load_funcs *funcs);
int probe_bin(const char *image, unsigned long image_size,
struct load_funcs *funcs);
-int probe_aout9(const char *image, unsigned long image_size,
- struct load_funcs *funcs);
-
-#endif
+#endif /* XG_PRIVATE_H */