kernel-dev/include/utils.h

9 lines
106 B
C
Raw Normal View History

#ifndef UTILS_H
#define UTILS_H 1
#include <types.h>
#define DISALIGNED __attribute__((packed))
#endif