X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffscfg.h;h=f8320334a3a222cee6d5430935ee9a4efad2d2fd;hp=42fd78cc9c60d90dba19987d8a868d3399262d32;hb=121c055437f23d9d6bc7b57d36ecf128b447013f;hpb=4aab7ea4c9b8fb1bb9b375476a9faf70d29871b1 diff --git a/direct/yaffscfg.h b/direct/yaffscfg.h index 42fd78c..f832033 100644 --- a/direct/yaffscfg.h +++ b/direct/yaffscfg.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -34,12 +34,5 @@ typedef struct yaffsfs_DeviceConfigurationStruct { } yaffsfs_DeviceConfiguration; -void yaffsfs_Lock(void); -void yaffsfs_Unlock(void); - -u32 yaffsfs_CurrentTime(void); - -void yaffsfs_SetError(int err); - #endif