[Kernel] Add X_HRESULT_result. (yes, the name is stupid)

This commit is contained in:
gibbed 2018-05-27 18:12:48 -05:00
parent ee7b9f415a
commit fc0cc89a1d
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ using pointer_t = const shim::TypedPointerParam<T>&;
using int_result_t = shim::Result<int32_t>;
using dword_result_t = shim::Result<uint32_t>;
using pointer_result_t = shim::Result<uint32_t>;
using X_HRESULT_result_t = shim::Result<X_HRESULT>;
// Exported from kernel_state.cc.
KernelState* kernel_state();