Changeset dd0c8a0 in mainline for uspace/srv/devman/main.h


Ignore:
Timestamp:
2013-09-29T06:56:33Z (12 years ago)
Author:
Beniamino Galvani <b.galvani@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a9bd960d
Parents:
3deb0155 (diff), 13be2583 (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 mainline changes.

File:
1 moved

Legend:

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

    r3deb0155 rdd0c8a0  
    11/*
    2  * Copyright (c) 2012 Jiri Svoboda
     2 * Copyright (c) 2013 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup inet
     29/** @addtogroup devman
    3030 * @{
    3131 */
    32 /**
    33  * @file
    34  * @brief
    35  */
    3632
    37 #ifndef INET_UTIL_H_
    38 #define INET_UTIL_H_
     33#ifndef MAIN_H_
     34#define MAIN_H_
    3935
    40 #include <sys/types.h>
     36#include "devman.h"
    4137
    42 uint32_t inet_netmask(int bits);
     38extern driver_list_t drivers_list;
     39extern dev_tree_t device_tree;
    4340
    4441#endif
Note: See TracChangeset for help on using the changeset viewer.