Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/ahci/ahci_hw.h

    r7c3fb9b r5c55eb7  
    11/*
     2 * Copyright (c) 2025 Jiri Svoboda
    23 * Copyright (c) 2012 Petr Jerman
    34 * All rights reserved.
     
    3132 */
    3233
    33 #ifndef __AHCI_HW_H__
    34 #define __AHCI_HW_H__
     34#ifndef AHCI_HW_H
     35#define AHCI_HW_H
    3536
    3637#include <stdint.h>
    3738
    38 /*----------------------------------------------------------------------------*/
    39 /*-- AHCI standard constants -------------------------------------------------*/
    40 /*----------------------------------------------------------------------------*/
     39/*
     40 * AHCI standard constants
     41 */
    4142
    4243/** AHCI standard 1.3 - maximum ports. */
    4344#define AHCI_MAX_PORTS  32
    4445
    45 /*----------------------------------------------------------------------------*/
    46 /*-- AHCI PCI Registers ------------------------------------------------------*/
    47 /*----------------------------------------------------------------------------*/
     46/*
     47 * AHCI PCI Registers
     48 */
    4849
    4950/** AHCI PCI register Identifiers offset. */
     
    296297} ahci_pcireg_mlat_t;
    297298
    298 /*----------------------------------------------------------------------------*/
    299 /*-- AHCI Memory Registers ---------------------------------------------------*/
    300 /*----------------------------------------------------------------------------*/
     299/*
     300 * AHCI Memory Registers
     301 */
    301302
    302303/** Number of pages for ahci memory registers. */
Note: See TracChangeset for help on using the changeset viewer.