blob: d52b89e7922e52df242c9470980ee8dc117cf4a0 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#ifndef _POWER_DOMAIN_ISP_H
2#define _POWER_DOMAIN_ISP_H
3/*
4 * gc, vpu, isp will access the same regsiter to pwr on/off,
5 * add spinlock to protect the sequence
6 */
7extern spinlock_t gc_vpu_isp_pwr_lock;
8
9int isp_pwr_ctrl(void *dev, int on);
10
11#endif