Ignore:
File:
1 edited

Legend:

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

    r5c55eb7 r7c3fb9b  
    11/*
    2  * Copyright (c) 2025 Jiri Svoboda
    32 * Copyright (c) 2012 Petr Jerman
    43 * All rights reserved.
     
    3231 */
    3332
    34 #ifndef AHCI_HW_H
    35 #define AHCI_HW_H
     33#ifndef __AHCI_HW_H__
     34#define __AHCI_HW_H__
    3635
    3736#include <stdint.h>
    3837
    39 /*
    40  * AHCI standard constants
    41  */
     38/*----------------------------------------------------------------------------*/
     39/*-- AHCI standard constants -------------------------------------------------*/
     40/*----------------------------------------------------------------------------*/
    4241
    4342/** AHCI standard 1.3 - maximum ports. */
    4443#define AHCI_MAX_PORTS  32
    4544
    46 /*
    47  * AHCI PCI Registers
    48  */
     45/*----------------------------------------------------------------------------*/
     46/*-- AHCI PCI Registers ------------------------------------------------------*/
     47/*----------------------------------------------------------------------------*/
    4948
    5049/** AHCI PCI register Identifiers offset. */
     
    297296} ahci_pcireg_mlat_t;
    298297
    299 /*
    300  * AHCI Memory Registers
    301  */
     298/*----------------------------------------------------------------------------*/
     299/*-- AHCI Memory Registers ---------------------------------------------------*/
     300/*----------------------------------------------------------------------------*/
    302301
    303302/** Number of pages for ahci memory registers. */
Note: See TracChangeset for help on using the changeset viewer.