avr-fw-modules/core/include/sys/types.h

12 lines
132 B
C
Raw Normal View History

2017-09-27 13:25:39 +02:00
#pragma once
#include <stdint.h>
typedef int32_t APICALL;
typedef struct {
int32_t seconds;
int32_t cycles;
} sched_time_t;