X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fyportenv.h;h=d931f8127525bfe96c2b98a105ccc752fd9b462e;hb=b4ce1bb1b46accb1619dc07164ef6945feded9db;hp=5b7d1887adfeaec791375559b9af8a4504d294a8;hpb=e57244da6103ae3db5620b114315661bc47e4fb7;p=yaffs2.git diff --git a/direct/yportenv.h b/direct/yportenv.h index 5b7d188..d931f81 100644 --- a/direct/yportenv.h +++ b/direct/yportenv.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2011 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * @@ -23,6 +22,7 @@ typedef unsigned char u8; typedef unsigned short u16; typedef unsigned int u32; +typedef unsigned long long u64; typedef signed int s32; #endif