vfs: remove unused wrapper block_page_mkwrite()
[linux/fpc-iii.git] / arch / x86 / platform / intel-mid / device_libs / platform_ipc.h
blob79bb09d4f718f0a99f4ed4f3be8a2b38fd6fd0ae
1 /*
2 * platform_ipc.h: IPC platform library header file
4 * (C) Copyright 2013 Intel Corporation
5 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@intel.com>
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.
12 #ifndef _PLATFORM_IPC_H_
13 #define _PLATFORM_IPC_H_
15 void __init
16 ipc_device_handler(struct sfi_device_table_entry *pentry, struct devs_id *dev);
18 #endif