X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_allocator.h;h=4d5f2aec89ff64c3ebf560d8fbec60aa2c93edca;hp=5b06840497da5d8030c02a2ffaa19b7cb39f0ce2;hb=fe192b14d52d6c7d4722402686dcb553153916c3;hpb=976dbeae825b18e6759f3903073a6784248cc244 diff --git a/yaffs_allocator.h b/yaffs_allocator.h index 5b06840..4d5f2ae 100644 --- a/yaffs_allocator.h +++ b/yaffs_allocator.h @@ -21,8 +21,8 @@ void yaffs_init_raw_tnodes_and_objs(struct yaffs_dev *dev); void yaffs_deinit_raw_tnodes_and_objs(struct yaffs_dev *dev); -yaffs_tnode_t *yaffs_alloc_raw_tnode(struct yaffs_dev *dev); -void yaffs_free_raw_tnode(struct yaffs_dev *dev, yaffs_tnode_t *tn); +struct yaffs_tnode *yaffs_alloc_raw_tnode(struct yaffs_dev *dev); +void yaffs_free_raw_tnode(struct yaffs_dev *dev, struct yaffs_tnode *tn); struct yaffs_obj *yaffs_alloc_raw_obj(struct yaffs_dev *dev); void yaffs_free_raw_obj(struct yaffs_dev *dev, struct yaffs_obj *obj);