/** Copyright 2018, Haiku Inc. All rights reserved.* Distributed under the terms of the MIT license.*/#include <KernelExport.h>#include <team.h>extern "C" team_idteam_get_kernel_team_id(void){return 0;}extern "C" team_idteam_get_current_team_id(void){return 0;}