#include #include void ag_lock_drivers(void) { AG_LockVFS(&agDrivers); } void ag_unlock_drivers(void) { AG_UnlockVFS(&agDrivers); }