Ignore:
Timestamp:
2017-05-12T20:28:59Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8d2dd7f2
Parents:
395df52 (diff), 02082f3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge fixes and improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/hw_struct/hcca.h

    r395df52 re48947e  
    4040#include <sys/types.h>
    4141#include <macros.h>
     42#include <assert.h>
    4243
    4344#include "mem_access.h"
     
    6061} hcca_t;
    6162
    62 STATIC_ASSERT(sizeof(hcca_t) == 256);
     63static_assert(sizeof(hcca_t) == 256);
    6364
    6465/** Allocate properly aligned structure.
Note: See TracChangeset for help on using the changeset viewer.