Changeset 5c55eb7 in mainline for uspace/drv/block/ahci/ahci.h


Ignore:
Timestamp:
2025-06-10T09:39:41Z (2 weeks ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
2c0d929, 336d6be7, 3951046, 3a2b1ba2, 3a7e6c8, 45ba0bb8, 850f24d1, 9408117, 95e7403, d640363
Parents:
0f5c4e4
git-author:
Jiri Svoboda <jiri@…> (2025-06-09 17:39:30)
git-committer:
Jiri Svoboda <jiri@…> (2025-06-10 09:39:41)
Message:

Fold uspace/srv/bd/sata_bd into uspace/drv/block/ahci.

File:
1 edited

Legend:

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

    r0f5c4e4 r5c55eb7  
    11/*
     2 * Copyright (c) 2025 Jiri Svoboda
    23 * Copyright (c) 2012 Petr Jerman
    34 * All rights reserved.
     
    3132 */
    3233
    33 #ifndef __AHCI_H__
    34 #define __AHCI_H__
     34#ifndef AHCI_H
     35#define AHCI_H
    3536
    3637#include <async.h>
     38#include <bd_srv.h>
    3739#include <ddf/interrupt.h>
    3840#include <stdio.h>
     
    105107        /** Highest UDMA mode supported. */
    106108        uint8_t highest_udma_mode;
     109
     110        /** Block device service structure */
     111        bd_srvs_t bds;
    107112} sata_dev_t;
    108113
Note: See TracChangeset for help on using the changeset viewer.