qti_virtio_mem.h 403 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
  4. */
  5. #ifndef QTI_VIRTIO_MEM_PRIVATE_H
  6. #define QTI_VIRTIO_MEM_PRIVATE_H
  7. int virtio_mem_update_config_size(s64 size, bool sync);
  8. int virtio_mem_get_device_block_size(uint64_t *device_block_size);
  9. int virtio_mem_get_max_plugin_threshold(uint64_t *max_plugin_threshold);
  10. #endif