commit | 4833c953fd25389403102cede312d211248c3350 | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <amit.karwar@redpinesignals.com> | Fri Jun 16 20:05:37 2017 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Jun 21 18:26:25 2017 +0300 |
tree | 0e17ceca5ea4b67f5391e23f98f7482feb7167b5 | |
parent | d2d1831723df183bcb37e008ec707ee3c3fddcef [diff] |
rsi: use enum for FSM states Currently macros are used for FSM states. We will replace it with enum so that new state can be added easily without worrying about macro value. Signed-off-by: Amitkumar Karwar <amit.karwar@redpinesignals.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>