btfm_codec_interface.h 366 B

123456789101112
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
  4. */
  5. #ifndef __LINUX_BTFM_CODEC_INTERFACE
  6. #define __LINUX_BTFM_CODEC_INTERFACE
  7. #include "btfm_codec_hw_interface.h"
  8. int btfm_register_codec(struct hwep_data *hwep_info);
  9. void btfm_unregister_codec(void);
  10. #endif /*__LINUX_BTFM_CODEC_INTERFACE */