kernel-brax3-ubuntu-touch/drivers/misc/mediatek/adsp/adsp_service.h
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

22 lines
557 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2018 MediaTek Inc.
*/
#ifndef __ADSP_SERVICE_H__
#define __ADSP_SERVICE_H__
#include <linux/notifier.h>
#include <linux/interrupt.h>
#include "adsp_reg.h"
#include "adsp_feature_define.h"
#include "adsp_ipi.h"
void adsp_read_status_release(const unsigned long dsp_event);
extern void reset_hal_feature_table(void);
long adsp_driver_ioctl(
struct file *file, unsigned int cmd, unsigned long arg);
long adsp_driver_compat_ioctl(
struct file *file, unsigned int cmd, unsigned long arg);
#endif