Introduce intermediate build target for std.

This gives a place for common functions to be defined.

Change-Id: Ifac38e647ab1042a00d224a58e28a0e6807fa60c
diff --git a/src/memiter.c b/src/memiter.c
index b629ebc..7ec3c94 100644
--- a/src/memiter.c
+++ b/src/memiter.c
@@ -16,7 +16,7 @@
 
 #include "hf/memiter.h"
 
-#include "hf/arch/std.h"
+#include "hf/std.h"
 
 /**
  * Initialises the given memory iterator.