aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-05-13 00:18:20 -0400
committerKevin O'Connor <kevin@koconnor.net>2008-05-13 00:18:20 -0400
commitee55c7670136bd37d831b70fc466f3102b38d059 (patch)
treecbb60ad2d295afd537f9f18aa853dc455d209e1f /src/types.h
parent5c4a8c6554a0a7b0e657c89a485811ca393f44be (diff)
downloadseabios-ee55c7670136bd37d831b70fc466f3102b38d059.tar.gz
Reduce ide stack usage by reorganizing ata calls.
Break up some functions and play with inlining to reduce stack usage.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index b5263527..eb130114 100644
--- a/src/types.h
+++ b/src/types.h
@@ -37,6 +37,7 @@ typedef u32 size_t;
#define barrier() __asm__ __volatile__("": : :"memory")
+#define noinline __attribute__((noinline))
#define __always_inline inline __attribute__((always_inline))
#define __stringify_1(x) #x