/* * include/linux/pata_arasan_cf_data.h * * Arasan Compact Flash host controller platform data header file * * Copyright (C) 2011 ST Microelectronics * Viresh Kumar <[email protected]> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #ifndef _PATA_ARASAN_CF_DATA_H #define _PATA_ARASAN_CF_DATA_H #include <linux/platform_device.h> struct arasan_cf_pdata { … }; static inline void set_arasan_cf_pdata(struct platform_device *pdev, struct arasan_cf_pdata *data) { … } #endif /* _PATA_ARASAN_CF_DATA_H */