From fcee56c0b16536ae38f5cbb5946a458160b60dc6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 1 Jul 1999 23:39:13 +0000 Subject: Patch from Eric Valette to clean up the previous submission. --- c/src/lib/libcpu/powerpc/shared/byteorder.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'c/src/lib/libcpu/powerpc/shared/byteorder.h') diff --git a/c/src/lib/libcpu/powerpc/shared/byteorder.h b/c/src/lib/libcpu/powerpc/shared/byteorder.h index 97e9453d8d..e5342967d9 100644 --- a/c/src/lib/libcpu/powerpc/shared/byteorder.h +++ b/c/src/lib/libcpu/powerpc/shared/byteorder.h @@ -1,3 +1,21 @@ +/* + * byteorder.h + * + * This file contains inline implementation of function to + * deal with endian conversion. + * + * It is a stripped down version of linux ppc file... + * + * Copyright (C) 1999 Eric Valette (valette@crf.canon.fr) + * Canon Centre Recherche France. + * + * The license and distribution terms for this file may be + * found in found in the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. + * + * $Id$ + */ + #ifndef _PPC_BYTEORDER_H #define _PPC_BYTEORDER_H -- cgit v1.2.3