aboutsummaryrefslogtreecommitdiff
path: root/kern/src/kstd.cpp
blob: 1b7050bd4a61d4fdd401b924d526552a4d36fbab (plain)
1
2
3
4
5
6
7
8
9
10
#include "kern/error.hpp"

#include <kstd/bits/os.hpp>

namespace kstd::os
{

  auto panic(std::string_view message, std::source_location location) -> void { teachos::panic(message, location); }

}  // namespace kstd::os