Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * arch/arm/plat-spear/include/plat/pl080.h
0004  *
0005  * DMAC pl080 definitions for SPEAr platform
0006  *
0007  * Copyright (C) 2012 ST Microelectronics
0008  * Viresh Kumar <vireshk@kernel.org>
0009  */
0010 
0011 #ifndef __PLAT_PL080_H
0012 #define __PLAT_PL080_H
0013 
0014 struct pl08x_channel_data;
0015 int pl080_get_signal(const struct pl08x_channel_data *cd);
0016 void pl080_put_signal(const struct pl08x_channel_data *cd, int signal);
0017 
0018 #endif /* __PLAT_PL080_H */