Changeset 193d280c in mainline for boot/arch/ppc32/include


Ignore:
Timestamp:
2015-06-01T00:04:05Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
53031c2
Parents:
91deaff
Message:

cstyle improvements
replace traditional K&R-style function declarations and definitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ppc32/include/asm.h

    r91deaff r193d280c  
    3535extern void jump_to_kernel(void *, void *, size_t, void *)
    3636    __attribute__((noreturn));
    37 extern void real_mode();
     37extern void real_mode(void);
    3838
    3939#endif
Note: See TracChangeset for help on using the changeset viewer.