add supported versions to platform type

This commit is contained in:
Hay1tsme 2023-12-10 18:48:19 -05:00
parent 29e411f9b9
commit 103baa269e
1 changed files with 3 additions and 1 deletions

View File

@ -30,8 +30,10 @@ struct platform_config {
};
enum platform_type {
PLATFORM_ES2,
PLATFORM_ES1_A2,
PLATFORM_ES2_PLUS,
PLATFORM_ES3,
PLATFORM_ES4,
PLATFORM_BNA1,
};