Ignore:
Timestamp:
2011-01-09T17:02:19Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36a6e11
Parents:
f724e82
Message:

Remove char.h to char_dev.h (the _dev is part of the interface name in case of char_dev, unlike hw_res).

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/device/char_dev.h

    rf724e82 rce79069b  
    3333 */
    3434
    35 #ifndef LIBC_DEVICE_HW_RES_H_
    36 #define LIBC_DEVICE_HW_RES_H_
     35#ifndef LIBC_DEVICE_CHAR_DEV_H_
     36#define LIBC_DEVICE_CHAR_DEV_H_
    3737
    3838typedef enum {
    3939        CHAR_DEV_READ = 0,
    4040        CHAR_DEV_WRITE
    41 } hw_res_funcs_t;
     41} char_dev_method_t;
    4242
    4343ssize_t char_dev_read(int dev_phone, void *buf, size_t len);
Note: See TracChangeset for help on using the changeset viewer.