Changeset b2951e2 in mainline for libc/include


Ignore:
Timestamp:
2006-06-07T19:27:43Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b3d1e11
Parents:
f951077
Message:

Doxygen comments.

Location:
libc/include
Files:
41 edited

Legend:

Unmodified
Added
Removed
  • libc/include/align.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ALIGN_H__
    3036#define __ALIGN_H__
     
    4652
    4753#endif
     54
     55
     56 /** @}
     57 */
     58 
     59 
  • libc/include/as.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __libc_AS_H__
    3036#define __libc_AS_H__
     
    4450
    4551#endif
     52
     53
     54 /** @}
     55 */
     56 
     57 
  • libc/include/assert.h

    rf951077 rb2951e2  
    2828 */
    2929
     30 /** @addtogroup libc
     31 * @{
     32 */
     33/** @file
     34 */
     35
    3036#ifndef __LIBC__ASSERT_H__
    3137#define __LIBC__ASSERT_H__
     
    4955
    5056#endif
     57
     58
     59 /** @}
     60 */
     61 
     62 
  • libc/include/async.h

    rf951077 rb2951e2  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    124130extern atomic_t async_futex;
    125131#endif
     132
     133
     134 /** @}
     135 */
     136 
     137 
  • libc/include/atomic.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ATOMIC_H__
    3036#define __ATOMIC_H__
     
    4753
    4854#endif
     55
     56
     57 /** @}
     58 */
     59 
     60 
  • libc/include/cap.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __CAP_H__
    3036#define __CAP_H__
     
    3642
    3743#endif
     44
     45
     46 /** @}
     47 */
     48 
     49 
  • libc/include/ctype.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __CTYPE_H__
    3036#define __CTYPE_H__
     
    5359#endif
    5460
     61
     62
     63 /** @}
     64 */
     65 
     66 
  • libc/include/ddi.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC_DDI_H__
    3036#define __LIBC_DDI_H__
     
    3743
    3844#endif
     45
     46
     47 /** @}
     48 */
     49 
     50 
  • libc/include/endian.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__ENDIAN_H__
    3036#define __LIBC__ENDIAN_H__
     
    3844#endif
    3945
     46
     47
     48 /** @}
     49 */
     50 
     51 
  • libc/include/err.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef _libc__ERR_H_
    3036#define _libc__ERR_H_
     
    3339
    3440#endif
     41
     42
     43 /** @}
     44 */
     45 
     46 
  • libc/include/errno.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__ERRNO_H__
    3036#define __LIBC__ERRNO_H__
     
    3541
    3642#endif
     43
     44
     45 /** @}
     46 */
     47 
     48 
  • libc/include/futex.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__FUTEX_H__
    3036#define __LIBC__FUTEX_H__
     
    4248
    4349#endif
     50
     51
     52 /** @}
     53 */
     54 
     55 
  • libc/include/io/io.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__IO_H__
    3036#define __LIBC__IO_H__
     
    3844
    3945#endif
     46
     47
     48 /** @}
     49 */
     50 
     51 
  • libc/include/io/printf_core.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__PRINTF_CORE_H__
    3036#define __LIBC__PRINTF_CORE_H__
     
    4551
    4652#endif
     53
     54
     55 /** @}
     56 */
     57 
     58 
  • libc/include/io/stream.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __libc_STREAM_H_
    3036#define __libc_STREAM_H_
     
    4450
    4551#endif
     52
     53
     54 /** @}
     55 */
     56 
     57 
  • libc/include/ipc/fb.h

    rf951077 rb2951e2  
     1/*
     2 * Copyright (C) 2006 Ondrej Palkovsky
     3 * All rights reserved.
     4 *
     5 * Redistribution and use in source and binary forms, with or without
     6 * modification, are permitted provided that the following conditions
     7 * are met:
     8 *
     9 * - Redistributions of source code must retain the above copyright
     10 *   notice, this list of conditions and the following disclaimer.
     11 * - Redistributions in binary form must reproduce the above copyright
     12 *   notice, this list of conditions and the following disclaimer in the
     13 *   documentation and/or other materials provided with the distribution.
     14 * - The name of the author may not be used to endorse or promote products
     15 *   derived from this software without specific prior written permission.
     16 *
     17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     18 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     19 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
    128
     29 /** @addtogroup libcipc
     30 * @{
     31 */
     32/** @file
     33 */
    234
    335#include <arch/types.h>
     
    4072
    4173#endif
     74
     75
     76 /** @}
     77 */
     78 
     79 
  • libc/include/ipc/ipc.h

    rf951077 rb2951e2  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libcipc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    8389
    8490#endif
     91
     92
     93 /** @}
     94 */
     95 
     96 
  • libc/include/ipc/ns.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libcipc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBIPC__NS_H__
    3036#define __LIBIPC__NS_H__
    3137
    3238#endif
     39
     40
     41 /** @}
     42 */
     43 
     44 
  • libc/include/ipc/services.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libcipc
     30 * @{
     31 */
    2932/**
    3033 * @file        services.h
     
    4548
    4649#endif
     50
     51
     52 /** @}
     53 */
     54 
     55 
  • libc/include/libadt/fifo.h

    rf951077 rb2951e2  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    117123
    118124#endif
     125
     126
     127 /** @}
     128 */
     129 
     130 
  • libc/include/libadt/hash_table.h

    rf951077 rb2951e2  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    7985
    8086#endif
     87
     88
     89 /** @}
     90 */
     91 
     92 
  • libc/include/libadt/list.h

    rf951077 rb2951e2  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    184190
    185191#endif
     192
     193
     194 /** @}
     195 */
     196 
     197 
  • libc/include/libc.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__LIBC_H__
    3036#define __LIBC__LIBC_H__
     
    4753
    4854#endif
     55
     56
     57 /** @}
     58 */
     59 
     60 
  • libc/include/limits.h

    rf951077 rb2951e2  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    6571#endif
    6672
     73
     74
     75 /** @}
     76 */
     77 
     78 
  • libc/include/malloc.h

    rf951077 rb2951e2  
    530530
    531531#endif /* MALLOC_280_H */
     532
     533
     534 /** @}
     535 */
     536 
     537 
  • libc/include/psthread.h

    rf951077 rb2951e2  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    8894
    8995#endif
     96
     97
     98 /** @}
     99 */
     100 
     101 
  • libc/include/stdarg.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__STDARG_H__
    3036#define __LIBC__STDARG_H__
     
    4652#endif
    4753
     54
     55
     56 /** @}
     57 */
     58 
     59 
  • libc/include/stddef.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__STDDEF_H__
    3036#define __LIBC__STDDEF_H__
     
    3440#endif
    3541
     42
     43
     44 /** @}
     45 */
     46 
     47 
  • libc/include/stdint.h

    rf951077 rb2951e2  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    5561#endif
    5662
     63
     64
     65 /** @}
     66 */
     67 
     68 
  • libc/include/stdio.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__STDIO_H__
    3036#define __LIBC__STDIO_H__
     
    5359
    5460#endif
     61
     62
     63 /** @}
     64 */
     65 
     66 
  • libc/include/stdlib.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__STDLIB_H__
    3036#define __LIBC__STDLIB_H__
     
    5258
    5359#endif
     60
     61
     62 /** @}
     63 */
     64 
     65 
  • libc/include/string.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935
    3036#ifndef __LIBC__STRING_H__
     
    5359
    5460#endif
     61
     62
     63 /** @}
     64 */
     65 
     66 
  • libc/include/sys/mman.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __libc_MMAN_H_
    3036#define __libc_MMAN_H_
     
    4854
    4955#endif
     56
     57
     58 /** @}
     59 */
     60 
     61 
  • libc/include/sys/time.h

    rf951077 rb2951e2  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    5056
    5157#endif
     58
     59
     60 /** @}
     61 */
     62 
     63 
  • libc/include/sys/types.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__SYS_TYPES_H__
    3036#define __LIBC__SYS_TYPES_H__
     
    3440#endif
    3541
     42
     43
     44 /** @}
     45 */
     46 
     47 
  • libc/include/sysinfo.h

    rf951077 rb2951e2  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    3945#endif
    4046
     47
     48
     49 /** @}
     50 */
     51 
     52 
  • libc/include/task.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__TASK_H__
    3036#define __LIBC__TASK_H__
     
    3743
    3844#endif
     45
     46
     47 /** @}
     48 */
     49 
     50 
  • libc/include/thread.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__THREAD_H__
    3036#define __LIBC__THREAD_H__
     
    4551
    4652#endif
     53
     54
     55 /** @}
     56 */
     57 
     58 
  • libc/include/time.h

    rf951077 rb2951e2  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    3137
    3238#endif
     39
     40
     41 /** @}
     42 */
     43 
     44 
  • libc/include/types.h

    rf951077 rb2951e2  
    11#include <libarch/types.h>
     2
     3
     4 /** @}
     5 */
     6 
     7 
  • libc/include/unistd.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__UNISTD_H__
    3036#define __LIBC__UNISTD_H__
     
    4349
    4450#endif
     51
     52
     53 /** @}
     54 */
     55 
     56 
Note: See TracChangeset for help on using the changeset viewer.