Merge tag 'regulator-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[deliverable/linux.git] / arch / x86 / platform / intel-mid / device_libs / platform_msic.h
1 /*
2 * platform_msic.h: MSIC platform data header file
3 *
4 * (C) Copyright 2013 Intel Corporation
5 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@intel.com>
6 *
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.
11 */
12 #ifndef _PLATFORM_MSIC_H_
13 #define _PLATFORM_MSIC_H_
14
15 extern struct intel_msic_platform_data msic_pdata;
16
17 extern void *msic_generic_platform_data(void *info,
18 enum intel_msic_block block) __attribute__((weak));
19 #endif
This page took 0.030549 seconds and 5 git commands to generate.