Changeset 82d56184 in mainline for kernel/arch/ppc32/include/mm/pht.h


Ignore:
Timestamp:
2011-06-01T21:05:19Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5cac9cd
Parents:
682cfceb (diff), 5d1b3aa (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 mainline changes.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/include/mm/pht.h

    r682cfceb r82d56184  
    11/*
    2  * Copyright (c) 2009 Martin Decky
     2 * Copyright (c) 2006 Martin Decky
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 #include <test.h>
     29/** @addtogroup ppc32mm
     30 * @{
     31 */
     32/** @file
     33 */
    3034
    31 const char *test_mips2(void)
    32 {
    33         return NULL;
    34 }
     35#ifndef KERN_ppc32_PHT_H_
     36#define KERN_ppc32_PHT_H_
     37
     38#include <arch/interrupt.h>
     39#include <typedefs.h>
     40
     41/* Forward declaration. */
     42struct as;
     43
     44extern void pht_init(void);
     45extern void pht_refill(unsigned int, istate_t *);
     46extern void pht_invalidate(struct as *, uintptr_t, size_t);
     47
     48#endif
     49
     50/** @}
     51 */
Note: See TracChangeset for help on using the changeset viewer.