Fixed out-by-one error in previous commit.
[AROS.git] / workbench / hidds / hidd.radeon / bitmap.h
blob5c5d364c6a472f6d7d73bb7e2fcc26ed3b8d1a74
1 #ifndef BITMAP_H_
2 #define BITMAP_H_
4 /*
5 Copyright © 2004-2007, The AROS Development Team. All rights reserved.
6 $Id$
7 */
10 #include "ati.h"
12 void BitmapInit(struct ati_staticdata *sd);
13 ULONG BitmapAlloc(struct ati_staticdata *sd, ULONG size);
14 void BitmapFree(struct ati_staticdata *sd, ULONG ptr, ULONG size);
16 #endif /*BITMAP_H_*/