Changeset 59dc181 in mainline for uspace/srv/devman/fun.c


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

Move devtree-related functionality to separate devman module.

File:
1 edited

Legend:

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

    r38e52c92 r59dc181  
    3232
    3333#include <errno.h>
    34 #include <fcntl.h>
    35 #include <sys/stat.h>
    3634#include <io/log.h>
    37 #include <ipc/driver.h>
    38 #include <ipc/devman.h>
    39 #include <loc.h>
    40 #include <str_error.h>
    41 #include <stdio.h>
    4235
    4336#include "devman.h"
Note: See TracChangeset for help on using the changeset viewer.