huawei-mrd-kernel/drivers/tzdriver/cfc_coresight.h

10 lines
214 B
C
Raw Permalink Normal View History

#ifndef CFC_CORESIGHT_H
#define CFC_CORESIGHT_H
extern spinlock_t cfc_coresight_spinlock;
extern unsigned int *cfc_seqlock;
extern void cfc_enable_coresight(void);
extern void cfc_disable_coresight(void);
#endif