diff options
| author | Yong Ding <yongding@codeaurora.org> | 2018-06-07 10:00:07 +0800 |
|---|---|---|
| committer | Shiju Mathew <shijum@codeaurora.org> | 2018-06-12 19:28:48 -0400 |
| commit | 0f3634fa2f9040eb9d783a487e21a71c7ee22228 (patch) | |
| tree | 20b163c7e51cc7c9c44c886f360561333875fa2f /include/linux | |
| parent | 7bb3a011f80e3d4ca1ea2c888448b1e04b6d51a9 (diff) | |
soc: qcom: hab: add support for multiple hypervisors
HAB(Hypervisor ABstraction) is used for message transaction
and buffer sharing among different virtual machines with the
underlying hypervisor support. Here is the change to add HAB
support for linux running in multiple hypervisors.
Change-Id: I0747b2fa0f16c7cc0ab662369d45467ac6ba62e5
Signed-off-by: Yong Ding <yongding@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/habmm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/habmm.h b/include/linux/habmm.h index 842cd27fd372..cd4e2506f9ee 100644 --- a/include/linux/habmm.h +++ b/include/linux/habmm.h @@ -14,7 +14,7 @@ #ifndef HABMM_H #define HABMM_H -#include <uapi/linux/habmmid.h> +#include "linux/habmmid.h" #define HAB_API_VER_DEF(_MAJOR_, _MINOR_) \ ((_MAJOR_&0xFF)<<16 | (_MINOR_&0xFFF)) |
