D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
src
/
linux-headers-6.8.0-101
/
include
/
linux
/
platform_data
/
Filename :
uio_pruss.h
back
Copy
/* SPDX-License-Identifier: GPL-2.0-only */ /* * include/linux/platform_data/uio_pruss.h * * Platform data for uio_pruss driver * * Copyright (C) 2010-11 Texas Instruments Incorporated - https://www.ti.com/ */ #ifndef _UIO_PRUSS_H_ #define _UIO_PRUSS_H_ /* To configure the PRUSS INTC base offset for UIO driver */ struct uio_pruss_pdata { u32 pintc_base; struct gen_pool *sram_pool; }; #endif /* _UIO_PRUSS_H_ */