tcg: Add forward declarations for local functions
commitc0ad3001bf12292b137b05e1c4643f31c6b0a727
authorStefan Weil <weil@mail.berlios.de>
Sat, 17 Sep 2011 20:00:29 +0000 (17 22:00 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 1 Oct 2011 06:11:17 +0000 (1 06:11 +0000)
tree5947dc3b9ac5b1f96672137281cec436ca61f369
parent840f58617b12a536ec56e5775ab42d730d0d6259
tcg: Add forward declarations for local functions

These functions are defined in the tcg target specific file
tcg-target.c.

The forward declarations assert that every tcg target uses
the same function prototype.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/tcg.c