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