/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * 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. */ #ifndef __CPUPM #define __CPUPM #define POWERMODE_TYPE_CLUSTER 0 #define POWERMODE_TYPE_DSU 1 #define POWERMODE_TYPE_SYSTEM 2 #define POWERMODE_TYPE_END 3 #endif /* __CPUPM */