コード例 #1
0
ファイル: cfe_api.c プロジェクト: jaredmcneill/freebsd
int
cfe_init(cfe_xuint_t handle, cfe_xuint_t ept)
{
    cfe_dispfunc = NATIVE_FROM_XPTR(ept);
    cfe_handle = handle;
    return 0;
}
コード例 #2
0
ファイル: cfe_api.c プロジェクト: 274914765/C
int cfe_init(u64 handle, u64 ept)
{
    cfe_dispfunc = NATIVE_FROM_XPTR(ept);
    cfe_handle = handle;
    return 0;
}