mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h"
No file out of chardev/ requires access to this header, restrict its scope. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200423202112.644-5-philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
c383efd50a
commit
ffa0f7eb57
4 changed files with 7 additions and 6 deletions
|
@ -40,7 +40,7 @@
|
|||
#include "qemu/id.h"
|
||||
#include "qemu/coroutine.h"
|
||||
|
||||
#include "chardev/char-mux.h"
|
||||
#include "chardev-internal.h"
|
||||
|
||||
/***********************************************************/
|
||||
/* character device */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue