Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * Copyright (C) 2012 Marvell
0003  *
0004  * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
0005  *
0006  * This file is licensed under the terms of the GNU General Public
0007  * License version 2.  This program is licensed "as is" without any
0008  * warranty of any kind, whether express or implied.
0009  */
0010 
0011 #ifndef __MVEBU_PMSU_H__
0012 #define __MVEBU_PMSU_H__
0013 
0014 #ifdef CONFIG_MACH_MVEBU_V7
0015 int mvebu_pmsu_dfs_request(int cpu);
0016 #else
0017 static inline int mvebu_pmsu_dfs_request(int cpu) { return -ENODEV; }
0018 #endif
0019 
0020 #endif /* __MVEBU_PMSU_H__ */