Changeset 4cb938b in mainline for kernel/generic/src/mm/as.c


Ignore:
Timestamp:
2014-08-23T23:03:30Z (10 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4a99c57
Parents:
0c91cff (diff), 826599a2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge documentation fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/mm/as.c

    r0c91cff r4cb938b  
    572572 * @param attrs        Attributes of the area.
    573573 * @param backend      Address space area backend. NULL if no backend is used.
    574  * @param backend_data NULL or a pointer to an array holding two void *.
     574 * @param backend_data NULL or a pointer to custom backend data.
    575575 * @param base         Starting virtual address of the area.
    576576 *                     If set to -1, a suitable mappable area is found.
Note: See TracChangeset for help on using the changeset viewer.