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/char_dev.h

    r50c57df r41b56084  
    3333 */
    3434
    35 #ifndef LIBDRV_CHAR_DEV_H_
    36 #define LIBDRV_CHAR_DEV_H_
     35#ifndef LIBDRV_OPS_CHAR_DEV_H_
     36#define LIBDRV_OPS_CHAR_DEV_H_
    3737
    38 #include "driver.h"
     38#include "../driver.h"
    3939
    4040typedef struct {
Note: See TracChangeset for help on using the changeset viewer.