1// SPDX-License-Identifier: GPL-3.0-or-later
2
3#pragma once
4
5#include "mos/platform/platform.hpp"
6
7void x86_set_fsbase(Thread *thread);
8