Changeset 8b863a62 in mainline for abi/include/abi/kio.h
- Timestamp:
- 2014-04-16T17:14:06Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f857e8b
- Parents:
- dba3e2c (diff), 70b570c (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
-
abi/include/abi/kio.h
rdba3e2c r8b863a62 1 1 /* 2 * Copyright (c) 2012 J iri Svoboda2 * Copyright (c) 2012 Jakub Jermar 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup inet29 /** @addtogroup generic 30 30 * @{ 31 31 */ 32 /** 33 * @file 34 * @brief 32 /** @file 35 33 */ 36 34 37 #ifndef INET_UTIL_H_38 #define INET_UTIL_H_35 #ifndef ABI_KIO_H_ 36 #define ABI_KIO_H_ 39 37 40 #include <sys/types.h> 41 42 uint32_t inet_netmask(int bits); 38 enum { 39 KIO_UNKNOW, 40 KIO_WRITE, 41 KIO_UPDATE, 42 KIO_COMMAND 43 }; 43 44 44 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.