1 enum ecore_int_mode {
2 	ECORE_INT_MODE_INTA,
3 	ECORE_INT_MODE_MSIX,
4 	ECORE_INT_MODE_MSI,
5 	ECORE_INT_MODE_POLL
6 };
7