root/arch/x86/platform/intel-mid/device_libs/platform_msic.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * platform_msic.h: MSIC platform data header file
   4  *
   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_
  10 
  11 extern struct intel_msic_platform_data msic_pdata;
  12 
  13 void *msic_generic_platform_data(void *info, enum intel_msic_block block);
  14 
  15 #endif

/* [<][>][^][v][top][bottom][index][help] */