diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-14 13:38:42 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-11 18:43:08 -0800 |
commit | 6f2d1b519a14d75a1b6529c6e7738e41329f42c8 (patch) | |
tree | 24154c80eb0abb4d0b0852e21125903128442fc1 /firmware/microblaze/lib/compiler.h | |
parent | e436016638b4d2b81d50ee2de98c271615eee806 (diff) | |
download | uhd-6f2d1b519a14d75a1b6529c6e7738e41329f42c8.tar.gz uhd-6f2d1b519a14d75a1b6529c6e7738e41329f42c8.tar.bz2 uhd-6f2d1b519a14d75a1b6529c6e7738e41329f42c8.zip |
usrp2: pretty much gutted the buffer pool stuff with other misc changes, not in working shape
Diffstat (limited to 'firmware/microblaze/lib/compiler.h')
-rw-r--r-- | firmware/microblaze/lib/compiler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/microblaze/lib/compiler.h b/firmware/microblaze/lib/compiler.h index 4fa9b49f8..f677bdc3b 100644 --- a/firmware/microblaze/lib/compiler.h +++ b/firmware/microblaze/lib/compiler.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2009 Ettus Research LLC + * Copyright 2009, 2010 Ettus Research LLC * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,5 +21,6 @@ // FIXME gcc specific. #define _AL4 __attribute__((aligned (4))) +#define FORCE_INLINE inline __attribute__((always_inline)) #endif /* INCLUDED_COMPILER_H */ |