kernel_samsung_a53x/include/dt-bindings/soc/samsung/cpupm.h
2024-06-15 16:02:09 -03:00

19 lines
457 B
C
Executable file

/*
* 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 */