X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffsfs.py;h=2b52466bec2711eec48ffb487172ec827bbb0ac3;hp=4d0e5db93047964b3f39d115f12d26e322b376fb;hb=refs%2Fheads%2Faleph1-release-branch;hpb=93ea07d9b83e324f12b0e7c1a16a8cef34a29802 diff --git a/direct/python/yaffsfs.py b/direct/python/yaffsfs.py index 4d0e5db..2b52466 100644 --- a/direct/python/yaffsfs.py +++ b/direct/python/yaffsfs.py @@ -1,3 +1,16 @@ +## +## YAFFS: Yet Another Flash File System. A NAND-flash specific file system. +## +## Copyright (C) 2002-2010 Aleph One Ltd. +## for Toby Churchill Ltd and Brightstar Engineering +## +## Created by Charles Manning +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License version 2 as +## published by the Free Software Foundation. +## + from ctypes import * cdll.LoadLibrary("./libyaffsfs.so") ylib = CDLL("./libyaffsfs.so")