Changeset dd0c8a0 in mainline for uspace/srv/devman/main.h
- Timestamp:
- 2013-09-29T06:56:33Z (12 years ago)
- 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. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/main.h
r3deb0155 rdd0c8a0 1 1 /* 2 * Copyright (c) 201 2Jiri Svoboda2 * Copyright (c) 2013 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup inet29 /** @addtogroup devman 30 30 * @{ 31 31 */ 32 /**33 * @file34 * @brief35 */36 32 37 #ifndef INET_UTIL_H_38 #define INET_UTIL_H_33 #ifndef MAIN_H_ 34 #define MAIN_H_ 39 35 40 #include <sys/types.h>36 #include "devman.h" 41 37 42 uint32_t inet_netmask(int bits); 38 extern driver_list_t drivers_list; 39 extern dev_tree_t device_tree; 43 40 44 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.