Changeset f817d3a in mainline for kernel/arch/ppc32/include


Ignore:
Timestamp:
2009-01-29T17:24:35Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
43d6401
Parents:
26c67a8
Message:

use macio optionally

File:
1 edited

Legend:

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

    r26c67a8 rf817d3a  
    8080        uintptr_t addr;
    8181        unsigned int size;
    82 } keyboard_t;
     82} macio_t;
    8383
    8484typedef struct {
     
    8686        taskmap_t taskmap;
    8787        screen_t screen;
    88         keyboard_t keyboard;
     88        macio_t macio;
    8989} bootinfo_t;
    9090
Note: See TracChangeset for help on using the changeset viewer.