/* ==== errno.h ============================================================
 * Copyright (c) 1994 by Chris Provenzano, proven@athena.mit.edu	
 *
 * Description : Errno is already broken up into data/prototyes.
 */

#ifndef _SYS_ERRNO_H_
#define _SYS_ERRNO_H_

#include <linux/errno.h>

#endif