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


Ignore:
Timestamp:
2011-06-01T10:04:32Z (13 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
65c3794
Parents:
049a16f (diff), df29f24 (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 with usb/development

File:
1 moved

Legend:

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

    r049a16f rc9f0975  
    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.