Ignore:
File:
1 edited

Legend:

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

    r5c55eb7 ra35b458  
    11/*
    2  * Copyright (c) 2025 Jiri Svoboda
    32 * Copyright (c) 2012 Petr Jerman
    43 * All rights reserved.
     
    3231 */
    3332
    34 #ifndef AHCI_SATA_H
    35 #define AHCI_SATA_H
     33#ifndef __AHCI_SATA_H__
     34#define __AHCI_SATA_H__
    3635
    3736#include <stdint.h>
    3837
    39 /*
    40  * SATA Buffer Lengths
    41  */
     38/*----------------------------------------------------------------------------*/
     39/*-- SATA Buffer Lengths -----------------------------------------------------*/
     40/*----------------------------------------------------------------------------*/
    4241
    4342/** Default sector size in bytes. */
     
    5049#define SATA_IDENTIFY_DEVICE_BUFFER_LENGTH  512
    5150
    52 /*
    53  * SATA Fis Frames
    54  */
     51/*----------------------------------------------------------------------------*/
     52/*-- SATA Fis Frames ---------------------------------------------------------*/
     53/*----------------------------------------------------------------------------*/
    5554
    5655/** Sata FIS Type number. */
     
    131130} sata_ncq_command_frame_t;
    132131
    133 /*
    134  * SATA Identify device
    135  */
     132/*----------------------------------------------------------------------------*/
     133/*-- SATA Identify device ----------------------------------------------------*/
     134/*----------------------------------------------------------------------------*/
    136135
    137136/** Data returned from identify device and identify packet device command. */
Note: See TracChangeset for help on using the changeset viewer.