haiku/headers/private/kernel/null.h

13 lines
227 B
C
Executable File

/*
** Copyright 2001, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#ifndef _NULL_DEV_H
#define _NULL_DEV_H
#include <stage2.h>
int null_dev_init(kernel_args *ka);
#endif