summaryrefslogtreecommitdiffstats
path: root/include/qemu/fprintf-fn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/fprintf-fn.h')
-rw-r--r--include/qemu/fprintf-fn.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/qemu/fprintf-fn.h b/include/qemu/fprintf-fn.h
deleted file mode 100644
index 9068a960b3..0000000000
--- a/include/qemu/fprintf-fn.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Typedef for fprintf-alike function pointers.
- *
- * This work is licensed under the terms of the GNU GPL, version 2 or later.
- * See the COPYING file in the top-level directory.
- */
-
-#ifndef QEMU_FPRINTF_FN_H
-#define QEMU_FPRINTF_FN_H
-
-typedef int (*fprintf_function)(FILE *f, const char *fmt, ...)
- GCC_FMT_ATTR(2, 3);
-
-#endif