summaryrefslogtreecommitdiff
path: root/src/user/include/knob/env.h
blob: 6d750ae38fa7e270729320b0fe693dd2f782bc8c (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef KNOB_ENV_H
#define KNOB_ENV_H

#include <stdint.h>

//not implemented yet
extern uint32_t current_drive;

#endif