|
From: <sv...@va...> - 2008-05-10 08:23:36
|
Author: bart
Date: 2008-05-10 09:22:45 +0100 (Sat, 10 May 2008)
New Revision: 8026
Log:
Reordered declarations.
Modified:
trunk/exp-drd/pub_drd_bitmap.h
Modified: trunk/exp-drd/pub_drd_bitmap.h
===================================================================
--- trunk/exp-drd/pub_drd_bitmap.h 2008-05-10 08:22:20 UTC (rev 8025)
+++ trunk/exp-drd/pub_drd_bitmap.h 2008-05-10 08:22:45 UTC (rev 8026)
@@ -62,12 +62,12 @@
void bm_access_load_2(struct bitmap* const bm, const Addr a1);
void bm_access_load_4(struct bitmap* const bm, const Addr a1);
void bm_access_load_8(struct bitmap* const bm, const Addr a1);
+void bm_access_range_store(struct bitmap* const bm,
+ const Addr a1, const Addr a2);
void bm_access_store_1(struct bitmap* const bm, const Addr a1);
void bm_access_store_2(struct bitmap* const bm, const Addr a1);
void bm_access_store_4(struct bitmap* const bm, const Addr a1);
void bm_access_store_8(struct bitmap* const bm, const Addr a1);
-void bm_access_range_store(struct bitmap* const bm,
- const Addr a1, const Addr a2);
Bool bm_has(const struct bitmap* const bm,
const Addr a1, const Addr a2,
const BmAccessTypeT access_type);
|