Changeset 41b56084 in mainline for uspace/drv/pciintel/pci.c


Ignore:
Timestamp:
2011-01-09T17:55:20Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8871dba
Parents:
50c57df
Message:

Move headers declaring ops structures to ops/ subdirectory. The directory name 'ops/' does not imply device drivers because eventually this should be moved to the C library and open for use by all servers/protocols, not just device drivers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/pciintel/pci.c

    r50c57df r41b56084  
    4949#include <ipc/devman.h>
    5050#include <ipc/dev_iface.h>
    51 #include <hw_res.h>
     51#include <ops/hw_res.h>
    5252#include <device/hw_res.h>
    5353#include <ddi.h>
Note: See TracChangeset for help on using the changeset viewer.