summaryrefslogtreecommitdiffstats
path: root/src/modules/kernel/kernel.h
blob: 010ec54c4d958b253eb39073be3f054341c0b428 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "option.h"

#define FF_KERNEL_MODULE_NAME "Kernel"

bool ffPrintKernel(FFKernelOptions* options);
void ffInitKernelOptions(FFKernelOptions* options);
void ffDestroyKernelOptions(FFKernelOptions* options);

extern FFModuleBaseInfo ffKernelModuleInfo;