Changeset 8d2dd7f2 in mainline for uspace/drv/block/ata_bd/ata_bd.h


Ignore:
Timestamp:
2017-05-13T19:03:14Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c96634
Parents:
e48947e
Message:

Reduce the number of files that include <sys/types.h>

File:
1 edited

Legend:

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

    re48947e r8d2dd7f2  
    3939#include <bd_srv.h>
    4040#include <ddf/driver.h>
    41 #include <sys/types.h>
    4241#include <fibril_synch.h>
    4342#include <str.h>
     43#include <stdint.h>
     44#include <stddef.h>
    4445#include "ata_hw.h"
    4546
Note: See TracChangeset for help on using the changeset viewer.