From: <far...@us...> - 2006-09-22 13:53:22
|
Revision: 571 http://svn.sourceforge.net/hackndev/?rev=571&view=rev Author: farcaller Date: 2006-09-22 06:53:13 -0700 (Fri, 22 Sep 2006) Log Message: ----------- palmt3: added missing file from autounlock patch. (however the patch still seems to be broken) Modified Paths: -------------- linux4palm/linux/trunk/include/linux/mtd/mtd.h Modified: linux4palm/linux/trunk/include/linux/mtd/mtd.h =================================================================== --- linux4palm/linux/trunk/include/linux/mtd/mtd.h 2006-09-20 09:24:07 UTC (rev 570) +++ linux4palm/linux/trunk/include/linux/mtd/mtd.h 2006-09-22 13:53:13 UTC (rev 571) @@ -157,6 +157,10 @@ int (*block_isbad) (struct mtd_info *mtd, loff_t ofs); int (*block_markbad) (struct mtd_info *mtd, loff_t ofs); + /* Device/partition add notifier */ + + void (*notify_add) (struct mtd_info *mtd); + struct notifier_block reboot_notifier; /* default mode before reboot */ void *priv; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |