commonsys-intf: display: Add SmoMo mode interface
Add interfaces which allow users to get and set SmoMo mode. Change-Id: I2e0adb367cf17421dd69bf4cbcaa568dc3d3f1fb
This commit is contained in:
@@ -32,10 +32,16 @@
|
|||||||
#ifndef __SMOMO_CONFIG_H__
|
#ifndef __SMOMO_CONFIG_H__
|
||||||
#define __SMOMO_CONFIG_H__
|
#define __SMOMO_CONFIG_H__
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
namespace smomoconfig {
|
namespace smomoconfig {
|
||||||
|
|
||||||
int EnableSmomo(bool enable);
|
int EnableSmomo(bool enable);
|
||||||
|
|
||||||
|
int GetSmomoMode(uint32_t *mode_idx);
|
||||||
|
|
||||||
|
int SetSmomoMode(uint32_t mode_idx);
|
||||||
|
|
||||||
} // namespace smomoconfig
|
} // namespace smomoconfig
|
||||||
|
|
||||||
#endif // __SMOMO_CONFIG_H__
|
#endif // __SMOMO_CONFIG_H__
|
||||||
|
|||||||
Reference in New Issue
Block a user