2005-05-20 04:34:42 +08:00
|
|
|
/* endian.h
|
2005-05-20 03:44:31 +08:00
|
|
|
|
|
|
|
Copyright 2005 Red Hat, Inc.
|
|
|
|
|
|
|
|
This file is part of Cygwin.
|
|
|
|
|
|
|
|
This software is a copyrighted work licensed under the terms of the
|
|
|
|
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
|
|
|
details. */
|
|
|
|
|
|
|
|
#ifndef _ENDIAN_H_
|
|
|
|
#define _ENDIAN_H_
|
|
|
|
|
|
|
|
#include <machine/endian.h>
|
|
|
|
|
2005-05-20 04:37:51 +08:00
|
|
|
#endif
|
2005-05-20 03:44:31 +08:00
|
|
|
|