Ignore:
Timestamp:
Apr 26, 2017, 2:11:56 PM (7 years ago)
Author:
alain
Message:

Introduce the chdev_t structure in place of the device_t structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/blkio.c

    r1 r5  
    2626#include <kmem.h>
    2727#include <thread.h>
    28 #include <device.h>
     28#include <chdev.h>
    2929#include <driver.h>
    3030#include <event.h>
Note: See TracChangeset for help on using the changeset viewer.