Changeset d1bafbf in mainline for uspace/srv/devman/driver.c


Ignore:
Timestamp:
2013-09-10T18:24:27Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
38e52c92
Parents:
041b026
Message:

Move dev-node related devman functionality to a separate module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/driver.c

    r041b026 rd1bafbf  
    3131 */
    3232
     33#include <dirent.h>
    3334#include <errno.h>
    3435#include <fcntl.h>
     
    4142#include <stdio.h>
    4243
     44#include "dev.h"
    4345#include "devman.h"
    4446#include "driver.h"
Note: See TracChangeset for help on using the changeset viewer.