From 91386eee2613cbaf736d746cfef28674cce82c01 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 17 Nov 2014 00:16:14 +0200 Subject: ports: Define mp_off_t. --- qemu-arm/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qemu-arm') diff --git a/qemu-arm/mpconfigport.h b/qemu-arm/mpconfigport.h index e3c0969a5..45c773741 100644 --- a/qemu-arm/mpconfigport.h +++ b/qemu-arm/mpconfigport.h @@ -29,6 +29,7 @@ typedef int32_t mp_int_t; // must be pointer size typedef uint32_t mp_uint_t; // must be pointer size typedef void *machine_ptr_t; // must be of pointer size typedef const void *machine_const_ptr_t; // must be of pointer size +typedef long mp_off_t; // extra built in names to add to the global namespace extern const struct _mp_obj_fun_builtin_t mp_builtin_open_obj; -- cgit v1.2.3