oleavr-rgl-a500-mini-linux-.../arch/arm/mach-sunxi/include/mach/cci.h
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

23 lines
710 B
C

/*
* arch/arm/mach-sunxi/include/mach/cci.h
*
* Copyright(c) 2013-2015 Allwinnertech Co., Ltd.
* http://www.allwinnertech.com
*
* Author: sunny <sunny@allwinnertech.com>
*
* allwinner sunxi soc platform CCI(Cache Coherent Interconnect) interfaces.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
#ifndef __CCI_H
extern int __init sun8i_cci_init(void);
extern void enable_cci_snoops(unsigned int cluster);
extern void disable_cci_snoops(unsigned int cluster);
#endif /* __CCI_H */