Changeset 8b863a62 in mainline for abi/include/abi/kio.h


Ignore:
Timestamp:
2014-04-16T17:14:06Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
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.
Message:

Merge mainline changes

File:
1 moved

Legend:

Unmodified
Added
Removed
  • abi/include/abi/kio.h

    rdba3e2c r8b863a62  
    11/*
    2  * Copyright (c) 2012 Jiri Svoboda
     2 * Copyright (c) 2012 Jakub Jermar
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup inet
     29/** @addtogroup generic
    3030 * @{
    3131 */
    32 /**
    33  * @file
    34  * @brief
     32/** @file
    3533 */
    3634
    37 #ifndef INET_UTIL_H_
    38 #define INET_UTIL_H_
     35#ifndef ABI_KIO_H_
     36#define ABI_KIO_H_
    3937
    40 #include <sys/types.h>
    41 
    42 uint32_t inet_netmask(int bits);
     38enum {
     39        KIO_UNKNOW,
     40        KIO_WRITE,
     41        KIO_UPDATE,
     42        KIO_COMMAND
     43};
    4344
    4445#endif
Note: See TracChangeset for help on using the changeset viewer.