Changeset 7f0837c in mainline for generic/include/mm/buddy.h


Ignore:
Timestamp:
2006-04-24T12:59:11Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fd8af4b
Parents:
24f3874
Message:

Remove the outdated TODO file.
Improve doxygen comments here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/mm/buddy.h

    r24f3874 r7f0837c  
    4242        void (*set_order)(buddy_system_t *, link_t *, __u8);            /**< Set order of block passed as argument. */
    4343        __u8 (*get_order)(buddy_system_t *, link_t *);                  /**< Return order of block passed as argument. */
    44         void (*mark_busy)(buddy_system_t *, link_t *);                  /**< Mark block as busy */
    45         void (*mark_available)(buddy_system_t *, link_t *);             /**< Mark block as busy */
     44        void (*mark_busy)(buddy_system_t *, link_t *);                  /**< Mark block as busy. */
     45        void (*mark_available)(buddy_system_t *, link_t *);             /**< Mark block as available. */
    4646        /** Find parent of block that has given order  */
    4747        link_t *(* find_block)(buddy_system_t *, link_t *, __u8);
Note: See TracChangeset for help on using the changeset viewer.