Changeset 59c0f478 in mainline for uspace/drv/block/isa-ide/main.h


Ignore:
Timestamp:
2024-05-16T18:20:35Z (7 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
646849b3
Parents:
2791fbb7
Message:

Rename ata_bd → isa-ide

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/isa-ide/main.h

    r2791fbb7 r59c0f478  
    2727 */
    2828
    29 /** @addtogroup ata_bd
     29/** @addtogroup isa-ide
    3030 * @{
    3131 */
    32 /** @file ATA driver main module
     32/** @file ISA IDE driver main module
    3333 */
    3434
    35 #ifndef __ATA_MAIN_H__
    36 #define __ATA_MAIN_H__
     35#ifndef MAIN_H
     36#define MAIN_H
    3737
    38 #include "ata_bd.h"
     38#include "isa-ide.h"
    3939
    40 extern errno_t ata_fun_create(ata_ctrl_t *, unsigned, void *);
    41 extern errno_t ata_fun_remove(ata_ctrl_t *, unsigned);
    42 extern errno_t ata_fun_unbind(ata_ctrl_t *, unsigned);
     40extern errno_t isa_ide_fun_create(isa_ide_ctrl_t *, unsigned, void *);
     41extern errno_t isa_ide_fun_remove(isa_ide_ctrl_t *, unsigned);
     42extern errno_t isa_ide_fun_unbind(isa_ide_ctrl_t *, unsigned);
    4343
    4444#endif
Note: See TracChangeset for help on using the changeset viewer.