Changeset b45c443 in mainline for arch/ia32/include


Ignore:
Timestamp:
2006-06-13T14:26:44Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3222efd
Parents:
279952c
Message:

Kernel doxygen comments updated.

Location:
arch/ia32/include
Files:
38 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/arch.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_ARCH_H__
    3036#define __ia32_ARCH_H__
    3137
    3238#endif
     39
     40 /** @}
     41 */
     42
  • arch/ia32/include/arg.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_ARG_H__
    3036#define __ia32_ARG_H__
     
    3339
    3440#endif
     41
     42 /** @}
     43 */
     44
  • arch/ia32/include/asm.h

    r279952c rb45c443  
    2828 */
    2929
     30 /** @addtogroup ia32   
     31 * @{
     32 */
     33/** @file
     34 */
     35
    3036#ifndef __ia32_ASM_H__
    3137#define __ia32_ASM_H__
     
    290296
    291297#endif
     298
     299 /** @}
     300 */
     301
  • arch/ia32/include/atomic.h

    r279952c rb45c443  
    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 ia32   
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    118124
    119125#endif
     126
     127 /** @}
     128 */
     129
  • arch/ia32/include/barrier.h

    r279952c rb45c443  
    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 ia32   
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    8086
    8187#endif
     88
     89 /** @}
     90 */
     91
  • arch/ia32/include/bios/bios.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __BIOS_H__
    3036#define __BIOS_H__
     
    3945
    4046#endif /* __BIOS_H__ */
     47
     48 /** @}
     49 */
     50
  • arch/ia32/include/boot/boot.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_BOOT_H__
    3036#define __ia32_BOOT_H__
     
    4046
    4147#endif
     48
     49 /** @}
     50 */
     51
  • arch/ia32/include/boot/memmap.h

    r279952c rb45c443  
    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 ia32   
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    6773
    6874#endif
     75
     76 /** @}
     77 */
     78
  • arch/ia32/include/byteorder.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_BYTEORDER_H__
    3036#define __ia32_BYTEORDER_H__
     
    3541
    3642#endif
     43
     44 /** @}
     45 */
     46
  • arch/ia32/include/context.h

    r279952c rb45c443  
    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 ia32   
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    5763
    5864#endif
     65
     66 /** @}
     67 */
     68
  • arch/ia32/include/cpu.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32cpu
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_CPU_H__
    3036#define __ia32_CPU_H__
     
    5157
    5258#endif
     59
     60 /** @}
     61 */
     62
  • arch/ia32/include/cpuid.h

    r279952c rb45c443  
    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 ia32cpu
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    109115
    110116#endif
     117
     118 /** @}
     119 */
     120
  • arch/ia32/include/ddi/ddi.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32ddi
     30 * @{
     31 */
    2932/**
    30  * @file        ddi.h
     33 * @file
    3134 * @brief       ia32 specific DDI declarations and macros.
    3235 */
     
    3841
    3942#endif
     43
     44 /** @}
     45 */
     46
  • arch/ia32/include/debug.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup amd64debug
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_DEBUG_H__
    3036#define __ia32_DEBUG_H__
     
    3541
    3642#endif
     43
     44 /** @}
     45 */
     46
  • arch/ia32/include/drivers/ega.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __EGA_H__
    3036#define __EGA_H__
     
    3844
    3945#endif
     46
     47 /** @}
     48 */
     49
  • arch/ia32/include/drivers/i8042.h

    r279952c rb45c443  
    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 ia32   
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    6167
    6268#endif
     69
     70 /** @}
     71 */
     72
  • arch/ia32/include/drivers/i8254.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __I8254_H__
    3036#define __I8254_H__
     
    3743
    3844#endif
     45
     46 /** @}
     47 */
     48
  • arch/ia32/include/drivers/i8259.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __I8259_H__
    3036#define __I8259_H__
     
    4753
    4854#endif
     55
     56 /** @}
     57 */
     58
  • arch/ia32/include/drivers/vesa.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __VESA_H__
    3036#define __VESA_H__
     
    3440
    3541#endif
     42
     43 /** @}
     44 */
     45
  • arch/ia32/include/elf.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_ELF_H__
    3036#define __ia32_ELF_H__
     
    3541
    3642#endif
     43
     44 /** @}
     45 */
     46
  • arch/ia32/include/faddr.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_FADDR_H__
    3036#define __ia32_FADDR_H__
     
    3541
    3642#endif
     43
     44 /** @}
     45 */
     46
  • arch/ia32/include/fpu_context.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_FPU_CONTEXT_H__
    3036#define __ia32_FPU_CONTEXT_H__
     
    4551
    4652#endif
     53
     54 /** @}
     55 */
     56
  • arch/ia32/include/interrupt.h

    r279952c rb45c443  
    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 ia32interrupt
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    118124
    119125#endif
     126
     127 /** @}
     128 */
     129
  • arch/ia32/include/memstr.h

    r279952c rb45c443  
    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 ia32   
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    141147
    142148#endif
     149
     150 /** @}
     151 */
     152
  • arch/ia32/include/mm/as.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32mm
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_AS_H__
    3036#define __ia32_AS_H__
     
    4450
    4551#endif
     52
     53 /** @}
     54 */
     55
  • arch/ia32/include/mm/asid.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32mm
     30 * @{
     31 */
     32/** @file
     33 * @ingroup ia32mm, amd64mm
     34 */
     35
    2936/*
    3037 * ia32 has no hardware support for address space identifiers.
     
    4451
    4552#endif
     53
     54 /** @}
     55 */
     56
  • arch/ia32/include/mm/frame.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32mm
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_FRAME_H__
    3036#define __ia32_FRAME_H__
     
    4753
    4854#endif
     55
     56 /** @}
     57 */
     58
  • arch/ia32/include/mm/memory_init.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32mm
     30 * @{
     31 */
     32/** @file
     33 * @ingroup ia32mm, am64mm
     34 */
     35
    2936#ifndef __ia32_MEMORY_INIT_H__
    3037#define __ia32_MEMORY_INIT_H__
     
    3744
    3845#endif
     46
     47 /** @}
     48 */
     49
  • arch/ia32/include/mm/page.h

    r279952c rb45c443  
    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 ia32mm
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    162168
    163169#endif
     170
     171 /** @}
     172 */
     173
  • arch/ia32/include/mm/tlb.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32mm
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_TLB_H__
    3036#define __ia32_TLB_H__
     
    3440
    3541#endif
     42
     43 /** @}
     44 */
     45
  • arch/ia32/include/pm.h

    r279952c rb45c443  
    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 ia32   
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    172178
    173179#endif
     180
     181 /** @}
     182 */
     183
  • arch/ia32/include/proc/task.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32proc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_TASK_H__
    3036#define __ia32_TASK_H__
     
    4046
    4147#endif
     48
     49 /** @}
     50 */
     51
  • arch/ia32/include/proc/thread.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32proc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_THREAD_H__
    3036#define __ia32_THREAD_H__
     
    3743
    3844#endif
     45
     46 /** @}
     47 */
     48
  • arch/ia32/include/smp/ap.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __AP_H__
    3036#define __AP_H__
     
    3339
    3440#endif
     41
     42 /** @}
     43 */
     44
  • arch/ia32/include/smp/apic.h

    r279952c rb45c443  
    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 ia32   
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    360366
    361367#endif
     368
     369 /** @}
     370 */
     371
  • arch/ia32/include/smp/mps.h

    r279952c rb45c443  
    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 ia32   
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    124130
    125131#endif
     132
     133 /** @}
     134 */
     135
  • arch/ia32/include/smp/smp.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia32_SMP_H__
    3036#define __ia32_SMP_H__
     
    4551
    4652#endif
     53
     54 /** @}
     55 */
     56
  • arch/ia32/include/types.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ia32   
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __TYPES_H__
    3036#define __TYPES_H__
     
    5359
    5460#endif
     61
     62 /** @}
     63 */
     64
Note: See TracChangeset for help on using the changeset viewer.