Skip to content

genesys: Use enums instead of macro constants

Currently we have multiple headers defining the same macro constants. This makes it impossible to include multiple headers into a single file which limits approaches that can be made during development. This PR fixes this issue.

Merge request reports