diff options
author | Lei Li <lilei@linux.vnet.ibm.com> | 2013-04-17 16:46:54 +0800 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-17 10:22:32 -0500 |
commit | bd5ac20325ed67eb8f1af719d76aad6ad80e5697 (patch) | |
tree | 14ff9255bf4564110ae09f67317c1aa3ba1bfac9 /include | |
parent | 20781f9c0057bc00cc74b684b3dc57730cdf83f0 (diff) | |
download | hqemu-bd5ac20325ed67eb8f1af719d76aad6ad80e5697.zip hqemu-bd5ac20325ed67eb8f1af719d76aad6ad80e5697.tar.gz |
chardev: remove the headers of Memory chardev driver
Memory chardev driver is no longer used, and Commit:
4bf0bb8014ac2ac61b1004f5d92b2a4594d48017 has droped
it but the headers, so clean it up.
Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>
Message-id: 1366188414-24214-1-git-send-email-lilei@linux.vnet.ibm.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sysemu/char.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sysemu/char.h b/include/sysemu/char.h index 9d1ea46..5e42c90 100644 --- a/include/sysemu/char.h +++ b/include/sysemu/char.h @@ -289,12 +289,6 @@ CharDriverState *qemu_chr_open_eventfd(int eventfd); extern int term_escape_char; -/* memory chardev */ -void qemu_chr_init_mem(CharDriverState *chr); -void qemu_chr_close_mem(CharDriverState *chr); -QString *qemu_chr_mem_to_qs(CharDriverState *chr); -size_t qemu_chr_mem_osize(const CharDriverState *chr); - CharDriverState *qemu_char_get_next_serial(void); /* msmouse */ |