WIP FPC-III support
[linux/fpc-iii.git] / arch / x86 / platform / intel-mid / device_libs / platform_msic.h
blob91deb2e65b0e312bc5cf84bb5d472ce313045c8e
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * platform_msic.h: MSIC platform data header file
5 * (C) Copyright 2013 Intel Corporation
6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@intel.com>
7 */
8 #ifndef _PLATFORM_MSIC_H_
9 #define _PLATFORM_MSIC_H_
11 extern struct intel_msic_platform_data msic_pdata;
13 void *msic_generic_platform_data(void *info, enum intel_msic_block block);
15 #endif