summaryrefslogtreecommitdiff
path: root/Kernel/Modules/module_syms.h
blob: 28060f1f3d0ccf56117f9ffa3326c31b7f21a076 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright (c) 2020, the SerenityOS developers.
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#pragma once

extern "C" const char module_name[];
extern "C" void module_init();
extern "C" void module_fini();