Changeset 08bc23d in mainline for uspace/srv/devman/main.c


Ignore:
Timestamp:
2013-09-10T20:26:27Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d80d7a8
Parents:
07525cd (diff), a60e90b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge breaking devman.c apart.

File:
1 edited

Legend:

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

    r07525cd r08bc23d  
    5858#include <loc.h>
    5959
     60#include "dev.h"
    6061#include "devman.h"
     62#include "devtree.h"
     63#include "driver.h"
     64#include "fun.h"
     65#include "loc.h"
    6166
    6267#define DRIVER_DEFAULT_STORE  "/drv"
Note: See TracChangeset for help on using the changeset viewer.