Changeset 6688cc1 in mainline for kernel/generic/include/main/main.h


Ignore:
Timestamp:
2009-09-14T14:26:01Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ec8bab59
Parents:
c35aabe (diff), 19b5929 (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 fix for ticket #113.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/main/main.h

    rc35aabe r6688cc1  
    3838#include <arch/types.h>
    3939
     40extern size_t hardcoded_kdata_size;
     41extern size_t hardcoded_ktext_size;
     42extern uintptr_t hardcoded_load_address;
    4043extern uintptr_t stack_safe;
    4144
Note: See TracChangeset for help on using the changeset viewer.