[build] ozulis is no more linked to mugiwara
[ozulis.git] / src / target-data-factory.hh
blob5f933fa400748acb541d353cf18cf86876a3c0ca
1 #ifndef TARGET_DATA_FACTORY_HH
2 # define TARGET_DATA_FACTORY_HH
4 # include <target-data.hh>
6 class TargetDataFactory
8 public:
9 static const TargetData * native();
10 static const TargetData * amd64();
11 static const TargetData * x86();
14 #endif /* !TARGET_DATA_FACTORY_HH */