From 319b5219555b2d657a07645fe15739624f489c0a Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Wed, 31 Oct 2007 17:18:46 +0100 Subject: add missing bitops.h for sandbox arch --- include/asm-sandbox/bitops.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/asm-sandbox/bitops.h diff --git a/include/asm-sandbox/bitops.h b/include/asm-sandbox/bitops.h new file mode 100644 index 0000000000..8262154792 --- /dev/null +++ b/include/asm-sandbox/bitops.h @@ -0,0 +1,6 @@ +#ifndef _SANDBOX_BITOPS_H +#define _SANDBOX_BITOPS_H + +/* nothing */ + +#endif -- cgit v1.2.3