Changeset 7f1669f in mainline for uspace/drv/char/i8042/i8042.h


Ignore:
Timestamp:
2011-12-09T16:31:07Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
78aa0ab
Parents:
38ec02e
Message:

i8042: Rename structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/i8042/i8042.h

    r38ec02e r7f1669f  
    4444
    4545/** i8042 HW I/O interface */
    46 struct i8042 {
     46typedef struct {
    4747        ioport8_t data;
    4848        uint8_t pad[3];
    4949        ioport8_t status;
    50 } __attribute__ ((packed));
    51 typedef struct i8042 i8042_t;
     50} __attribute__ ((packed)) i8042_regs_t;
    5251
    5352/** Softstate structure, one for each serial port (primary and aux). */
Note: See TracChangeset for help on using the changeset viewer.