#ifndef _branch_fs #define _branch_fs /****************************************************************************** ** FILE: branch.fs ** Branch predictor. */ extern branch_init() : void; extern branch_predict(ulong) : bool; extern branch_direction(ulong,bool) : void; #endif