HOME


Mini Shell 1.0
DIR: /usr/lib/modules/6.8.0-60-generic/build/include/linux/platform_data/
Upload File :
Current File : //usr/lib/modules/6.8.0-60-generic/build/include/linux/platform_data/uio_pruss.h
/* 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_ */