Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / sgen / sgen-cardtable.h
index 059fb77fa64925d61f73ff1311c1f7b979b7343e..ad2e23a3adbbba4444d62a46be59c57bfdd8c638 100644 (file)
@@ -1,4 +1,5 @@
-/*
+/**
+ * \file
  * Copyright 2001-2003 Ximian, Inc
  * Copyright 2003-2010 Novell, Inc.
  *
@@ -9,6 +10,7 @@
 
 /*WARNING: This function returns the number of cards regardless of overflow in case of overlapping cards.*/
 mword sgen_card_table_number_of_cards_in_range (mword address, mword size);
+guint8* sgen_find_next_card (guint8 *card_data, guint8 *end);
 
 void sgen_card_table_reset_region (mword start, mword end);
 void* sgen_card_table_align_pointer (void *ptr);