mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
15 lines
383 B
C
15 lines
383 B
C
|
/*
|
||
|
* Copyright (C) ST-Ericsson SA 2012
|
||
|
*
|
||
|
* Author: Ola Lilja <ola.o.lilja@stericsson.com>,
|
||
|
* for ST-Ericsson.
|
||
|
*
|
||
|
* License terms:
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License version 2 as published
|
||
|
* by the Free Software Foundation.
|
||
|
*/
|
||
|
|
||
|
void mop500_msp_init(struct device *parent);
|