smi_info_util.h 480 B

12345678910111213
  1. #ifndef __SMI_INFO_UTIL_H__
  2. #define __SMI_INFO_UTIL_H__
  3. #include <asm/io.h>
  4. #include <linux/ioctl.h>
  5. #include <linux/fs.h>
  6. #include <mt_smi.h>
  7. int smi_set_mm_info_ioctl_wrapper(struct file *pFile, unsigned int cmd, unsigned long param);
  8. int smi_get_mm_info_ioctl_wrapper(struct file *pFile, unsigned int cmd, unsigned long param);
  9. void smi_bwc_mm_info_set(int property_id, long val1, long val2);
  10. extern MTK_SMI_BWC_MM_INFO g_smi_bwc_mm_info;
  11. #endif /* __SMI_INFO_UTIL_H__ */