Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/ahci/ahci.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_H
    35 #define AHCI_H
     33#ifndef __AHCI_H__
     34#define __AHCI_H__
    3635
    3736#include <async.h>
    38 #include <bd_srv.h>
    3937#include <ddf/interrupt.h>
    4038#include <stdio.h>
     
    107105        /** Highest UDMA mode supported. */
    108106        uint8_t highest_udma_mode;
    109 
    110         /** Block device service structure */
    111         bd_srvs_t bds;
    112107} sata_dev_t;
    113108
Note: See TracChangeset for help on using the changeset viewer.