mtk_dcm.h 304 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2022, MediaTek Inc. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef MTK_DCM_H
  7. #define MTK_DCM_H
  8. #include <stdbool.h>
  9. bool dcm_check_state(uintptr_t addr, unsigned int mask, unsigned int compare);
  10. int dcm_set_init(void);
  11. #endif /* #ifndef MTK_DCM_H */