Changeset 5626277 in mainline for generic/include/errno.h


Ignore:
Timestamp:
2006-04-29T22:12:40Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
51a7dc1
Parents:
407862e
Message:

Added support for IRQ notifiactions.

  • seems to work correctly on ia32, amd64
  • the mips kbd probably lowers interrupts when the char is read from the port, we will have to find a way how to deal with it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/errno.h

    r407862e r5626277  
    4141                        * to close the connection. Used by answerbox
    4242                        * to close the connection.  */
     43#define EEXISTS    -8  /* Entry already exists */
    4344
    4445#endif
Note: See TracChangeset for help on using the changeset viewer.