summaryrefslogtreecommitdiffstats
path: root/boot/cmdline.h
blob: b1162b72f9588a1156045b79718da640a7293187 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef JOVE_BOOT_CMDLINE_H
#define JOVE_BOOT_CMDLINE_H 1

#include "lib/hashtable.h"

const char *cmdline_get(const char *key);

void cmdline_kernel_setup(void);

#endif