Files
my-os-project2/kernel/compiler/attr.h
2025-08-10 21:30:23 +02:00

7 lines
118 B
C

#ifndef COMPILER_ATTR_H_
#define COMPILER_ATTR_H_
#define PACKED __attribute__((packed))
#endif // COMPILER_ATTR_H_