aboutsummaryrefslogtreecommitdiff
path: root/system-clock/include/common.h
blob: f58f1799bfee3af4a3df761f21db0608bfd36c22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef COMMON__H
#define COMMON__H

/* Define __IO to be volatile if it's not already. */
#ifndef __IO
#define __IO volatile
#endif

#define bool int

#define PACKED __attribute__((packed))

#endif /* COMMON_H */