2019-04-18 02:41:21 +08:00
|
|
|
/*
|
2022-07-13 09:21:24 +08:00
|
|
|
* Copyright (C) 2019-2022 Intel Corporation.
|
2019-04-18 02:41:21 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
*/
|
|
|
|
|
2022-10-19 14:48:10 +08:00
|
|
|
#include <types.h>
|
|
|
|
#include <errno.h>
|
|
|
|
|
|
|
|
int32_t sbuf_share_setup(__unused uint16_t pcpu_id,
|
|
|
|
__unused uint32_t sbuf_id, __unused uint64_t *hva)
|
|
|
|
{
|
|
|
|
return -EPERM;
|
|
|
|
}
|
2019-06-27 00:50:00 +08:00
|
|
|
void sbuf_reset(void) {}
|