This way they are easier to find using standard rules. Signed-off-by: Michael S. Tsirkin <m...@redhat.com> --- include/tcg-mo.h | 1 + include/tcg-op-gvec.h | 1 + include/tcg-op.h | 1 + include/tcg-runtime.h | 1 + include/tcg.h | 1 + include/tcg/tcg-gvec-desc.h | 1 + 6 files changed, 6 insertions(+) create mode 100644 include/tcg-mo.h create mode 100644 include/tcg-op-gvec.h create mode 100644 include/tcg-op.h create mode 100644 include/tcg-runtime.h create mode 100644 include/tcg.h create mode 100644 include/tcg/tcg-gvec-desc.h
diff --git a/include/tcg-mo.h b/include/tcg-mo.h new file mode 100644 index 0000000..ba16778 --- /dev/null +++ b/include/tcg-mo.h @@ -0,0 +1 @@ +#include_next "../tcg/tcg-mo.h" diff --git a/include/tcg-op-gvec.h b/include/tcg-op-gvec.h new file mode 100644 index 0000000..0c00fbc --- /dev/null +++ b/include/tcg-op-gvec.h @@ -0,0 +1 @@ +#include_next "../tcg/tcg-op-gvec.h" diff --git a/include/tcg-op.h b/include/tcg-op.h new file mode 100644 index 0000000..3e08978 --- /dev/null +++ b/include/tcg-op.h @@ -0,0 +1 @@ +#include_next "../tcg/tcg-op.h" diff --git a/include/tcg-runtime.h b/include/tcg-runtime.h new file mode 100644 index 0000000..b6be561 --- /dev/null +++ b/include/tcg-runtime.h @@ -0,0 +1 @@ +#include_next "../accel/tcg/tcg-runtime.h" diff --git a/include/tcg.h b/include/tcg.h new file mode 100644 index 0000000..052e05d --- /dev/null +++ b/include/tcg.h @@ -0,0 +1 @@ +#include_next "../tcg/tcg.h" diff --git a/include/tcg/tcg-gvec-desc.h b/include/tcg/tcg-gvec-desc.h new file mode 100644 index 0000000..71d8e27 --- /dev/null +++ b/include/tcg/tcg-gvec-desc.h @@ -0,0 +1 @@ +#include_next "../tcg/tcg-gvec-desc.h" -- MST