• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 void *msic_generic_platform_data(void *info, enum intel_msic_block block);
18 
19 #endif
20