#ifndef JOS_INC_CHARDEVS_H
#define JOS_INC_CHARDEVS_H

int  jos_devnull_open(int flags);
int  jos_devzero_open(int flags);

#endif
