Changeset de1712e in mainline for boot/genarch/src/efi.c


Ignore:
Timestamp:
2017-06-04T19:47:46Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d735e2e
Parents:
aaae6d9
Message:

boot: rename typedefs.h to stddef.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/genarch/src/efi.c

    raaae6d9 rde1712e  
    2929#include <genarch/efi.h>
    3030#include <arch/types.h>
    31 #include <typedefs.h>
     31#include <stddef.h>
    3232
    3333void *efi_vendor_table_find(efi_system_table_t *st, efi_guid_t guid)
Note: See TracChangeset for help on using the changeset viewer.