vfs: remove unused wrapper block_page_mkwrite()
[linux/fpc-iii.git] / arch / x86 / platform / intel-mid / device_libs / platform_msic.h
blobb7be1d041da233e400203522db151f7d7f703423
1 /*
2 * platform_msic.h: MSIC platform data header file
4 * (C) Copyright 2013 Intel Corporation
5 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@intel.com>
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; version 2
10 * of the License.
12 #ifndef _PLATFORM_MSIC_H_
13 #define _PLATFORM_MSIC_H_
15 extern struct intel_msic_platform_data msic_pdata;
17 void *msic_generic_platform_data(void *info, enum intel_msic_block block);
19 #endif