Changeset c7a7656 in mainline for arch/mips32/include/byteorder.h


Ignore:
Timestamp:
2005-09-12T20:25:21Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1c9b02df
Parents:
72dde3a
Message:

Added more code to arc.
Fixed bad name in byteorder.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/include/byteorder.h

    r72dde3a rc7a7656  
    2727 */
    2828
    29 #ifndef __mips32_BYTEORDER_H__
    30 #define __mips32_BYTEORDER_H__
     29#ifndef __mips_BYTEORDER_H__
     30#define __mips_BYTEORDER_H__
    3131
    3232#include <arch/types.h>
     
    4141static inline __native __native_le2host(__native n)
    4242{
    43         return __u32_byteroder_swap(n);
     43        return __u32_byteorder_swap(n);
    4444}
    4545
Note: See TracChangeset for help on using the changeset viewer.