Ignore:
Timestamp:
2009-03-11T19:46:35Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
05915ba4
Parents:
63b1537
Message:

Some additional fixes to the sgcn driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/drivers/sgcn.h

    r63b1537 rde88998  
    3737
    3838#include <arch/types.h>
     39#include <console/chardev.h>
    3940
    4041/* number of bytes in the TOC magic, including the terminating '\0' */
     
    118119void sgcn_grab(void);
    119120void sgcn_release(void);
    120 void sgcn_init(void);
     121void sgcn_init(chardev_t *);
    121122
    122123#endif
Note: See TracChangeset for help on using the changeset viewer.