Ignore:
Timestamp:
2009-03-18T10:53:12Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e749794
Parents:
8015eeec
Message:

as kernel little brother drivers are not needed anymore, the device numbers do not have to be correlated between kernel and uspace in any way
introduce new syscall sys_device_assign_devno() for generating system-wide unique device numbers for uspace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/drivers/z8530/z8530.h

    r8015eeec r84afc7b  
    115115/** Structure representing the z8530 device. */
    116116typedef struct {
    117         devno_t devno;
    118117        irq_t irq;
    119118        z8530_t *z8530;
     
    121120} z8530_instance_t;
    122121
    123 extern indev_t *z8530_init(z8530_t *, devno_t, inr_t, cir_t, void *);
     122extern indev_t *z8530_init(z8530_t *, inr_t, cir_t, void *);
    124123
    125124#endif
Note: See TracChangeset for help on using the changeset viewer.