11 lines
258 B
C
11 lines
258 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
|
/*
|
||
|
|
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||
|
|
*/
|
||
|
|
#ifndef QTI_VIRTIO_MEM_PRIVATE_H
|
||
|
|
#define QTI_VIRTIO_MEM_PRIVATE_H
|
||
|
|
|
||
|
|
int virtio_mem_update_config_size(s64 size, bool sync);
|
||
|
|
|
||
|
|
#endif
|