summaryrefslogtreecommitdiff
path: root/cpu/ozone/back_end.cc
blob: dbab5435e76e59fac128e33d3d9339b99e7b77ed (plain)
1
2
3
4
5

#include "cpu/ozone/back_end_impl.hh"
#include "cpu/ozone/ozone_impl.hh"

template class BackEnd<OzoneImpl>;