Ignore:
File:
1 edited

Legend:

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

    ra35b458 r5c55eb7  
    11/*
     2 * Copyright (c) 2025 Jiri Svoboda
    23 * Copyright (c) 2012 Petr Jerman
    34 * All rights reserved.
     
    3132 */
    3233
    33 #ifndef __AHCI_SATA_H__
    34 #define __AHCI_SATA_H__
     34#ifndef AHCI_SATA_H
     35#define AHCI_SATA_H
    3536
    3637#include <stdint.h>
    3738
    38 /*----------------------------------------------------------------------------*/
    39 /*-- SATA Buffer Lengths -----------------------------------------------------*/
    40 /*----------------------------------------------------------------------------*/
     39/*
     40 * SATA Buffer Lengths
     41 */
    4142
    4243/** Default sector size in bytes. */
     
    4950#define SATA_IDENTIFY_DEVICE_BUFFER_LENGTH  512
    5051
    51 /*----------------------------------------------------------------------------*/
    52 /*-- SATA Fis Frames ---------------------------------------------------------*/
    53 /*----------------------------------------------------------------------------*/
     52/*
     53 * SATA Fis Frames
     54 */
    5455
    5556/** Sata FIS Type number. */
     
    130131} sata_ncq_command_frame_t;
    131132
    132 /*----------------------------------------------------------------------------*/
    133 /*-- SATA Identify device ----------------------------------------------------*/
    134 /*----------------------------------------------------------------------------*/
     133/*
     134 * SATA Identify device
     135 */
    135136
    136137/** Data returned from identify device and identify packet device command. */
Note: See TracChangeset for help on using the changeset viewer.