Changeset fcfac420 in mainline for arch/ia32/include/i8254.h


Ignore:
Timestamp:
2005-12-10T01:02:31Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6095342
Parents:
973be64e
Message:

Changed ia32 & amd64 to use exc_register instead of trap_register.

Fixed dependency list building. I hope you all have 'makedepend' installed,
if you don't it's time to install it, as CC -M builds the dependency
list without directory names..and it just does not work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/i8254.h

    r973be64e rfcfac420  
    3333
    3434extern void i8254_init(void);
    35 extern void i8254_interrupt(__u8 n, __native stack[]);
    3635extern void i8254_calibrate_delay_loop(void);
    3736extern void i8254_normal_operation(void);
Note: See TracChangeset for help on using the changeset viewer.