blob: 37fbe0c9c36c964520c8226cd7171a1204119966 [file] [log] [blame]
/*
* platform_lis331.h: lis331 platform data header file
*
* (C) Copyright 2008 Intel Corporation
* Author:
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; version 2
* of the License.
*/
#ifndef _PLATFORM_LIS331_H_
#define _PLATFORM_LIS331_H_
extern void __init *lis331dl_platform_data(void *info) __attribute__((weak));
#endif