Ignore:
Timestamp:
2008-02-05T14:48:26Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0b5f9fa
Parents:
b07c332
Message:

convert ARC specific commands to generic ones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/include/drivers/arc.h

    rb07c332 rb5ed4f8  
    258258
    259259extern int arc_init(void);
    260 extern int arc_enabled(void);
    261 void arc_frame_init(void);
    262 void arc_console(void);
     260extern int arc_reboot(void);
     261extern int arc_frame_init(void);
     262extern int arc_console(void);
    263263
    264264#endif
Note: See TracChangeset for help on using the changeset viewer.