added version and revision to drivers table

This commit is contained in:
Markus Fröschle
2013-10-24 20:59:57 +00:00
parent cd02365300
commit de83026135
2 changed files with 5 additions and 0 deletions

View File

@@ -67,6 +67,8 @@ struct generic_interface
struct driver_table
{
uint32_t bas_version;
uint32_t bas_revision;
uint32_t (*remove_handler)(); /* calling this will disable the BaS' hook into trap #0 */
struct generic_interface *interfaces[];
};