Changeset 132ab5d1 in mainline for abi/include/_bits/opaque_handle.h


Ignore:
Timestamp:
2018-01-30T03:20:45Z (8 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5a6cc679
Parents:
8bfb163 (diff), 6a5d05b (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 commit '6a5d05bd2551e64111bea4f9332dd7448c26ce84' into forwardport

Separate return value from error code in gen_irq_code*().

File:
1 moved

Legend:

Unmodified
Added
Removed
  • abi/include/_bits/opaque_handle.h

    r8bfb163 r132ab5d1  
    11/*
    2  * Copyright (c) 2013 Martin Sucha
     2 * Copyright (c) 2017 CZ.NIC, z.s.p.o.
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup http
     29/* Authors:
     30 *      Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com>
     31 */
     32
     33/** @addtogroup bits
    3034 * @{
    3135 */
    32 /**
    33  * @file
    34  */
    3536
    36 #ifndef HTTP_ERRNO_H_
    37 #define HTTP_ERRNO_H_
     37#ifndef _BITS_OPAQUE_HANDLE_H_
     38#define _BITS_OPAQUE_HANDLE_H_
    3839
    39 #include <errno.h>
    40 
    41 #define HTTP_EMULTIPLE_HEADERS -20001
    42 #define HTTP_EMISSING_HEADER -20002
    43 #define HTTP_EPARSE -20003
     40#define opaque_handle(__name) typedef struct __opaque_##__name *__name
    4441
    4542#endif
Note: See TracChangeset for help on using the changeset viewer.