]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/include/asm/rtas.h
ARM: at91: fix network interface ordering for sama5d36
[~andy/linux] / arch / powerpc / include / asm / rtas.h
index c7a8bfc9f6f5e4c3551fef8dc5e3e69d045153e6..9bd52c65e66f9800734b70fdf9f3d6b649c992ba 100644 (file)
  *
  */
 
-typedef u32 rtas_arg_t;
+typedef __be32 rtas_arg_t;
 
 struct rtas_args {
-       u32 token;
-       u32 nargs;
-       u32 nret; 
+       __be32 token;
+       __be32 nargs;
+       __be32 nret; 
        rtas_arg_t args[16];
        rtas_arg_t *rets;     /* Pointer to return values in args[]. */
 };