Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * include/linux/platform_data/uio_pruss.h
0004  *
0005  * Platform data for uio_pruss driver
0006  *
0007  * Copyright (C) 2010-11 Texas Instruments Incorporated - https://www.ti.com/
0008  */
0009 
0010 #ifndef _UIO_PRUSS_H_
0011 #define _UIO_PRUSS_H_
0012 
0013 /* To configure the PRUSS INTC base offset for UIO driver */
0014 struct uio_pruss_pdata {
0015     u32     pintc_base;
0016     struct gen_pool *sram_pool;
0017 };
0018 #endif /* _UIO_PRUSS_H_ */