Changeset 41b56084 in mainline for uspace/lib/drv/include/ops/hw_res.h


Ignore:
Timestamp:
2011-01-09T17:55:20Z (13 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 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/ops/hw_res.h

    r50c57df r41b56084  
    3333 */
    3434
    35 #ifndef LIBDRV_HW_RES_H_
    36 #define LIBDRV_HW_RES_H_
     35#ifndef LIBDRV_OPS_HW_RES_H_
     36#define LIBDRV_OPS_HW_RES_H_
    3737
    3838#include <device/hw_res.h>
    3939#include <sys/types.h>
     40
     41#include "../driver.h"
    4042
    4143typedef struct {
Note: See TracChangeset for help on using the changeset viewer.