sandbox/misc/kf/io.h

10 lines
132 B
C
Raw Normal View History

#ifndef __KF_IO_H__
#define __KF_IO_H__
// TODO(kyle): make this selectable by architecture.
class IO {
};
#endif // __KF_IO_H__