Changeset 86ffa27f in mainline for kernel/arch/mips64/include/faddr.h


Ignore:
Timestamp:
2011-08-07T11:21:44Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc574511
Parents:
15f3c3f (diff), e8067c0 (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/mips64/include/faddr.h

    r15f3c3f r86ffa27f  
    11/*
    2  * Copyright (c) 2008 Pavel Rimsky
     2 * Copyright (c) 2005 Jakub Jermar
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @defgroup sgcnfb SGCN
    30  * @brief       userland driver of the Serengeti console output
     29/** @addtogroup mips64
    3130 * @{
    3231 */
    33  
    3432/** @file
    3533 */
    3634
    37 #ifndef FB_SGCN_H_
    38 #define FB_SGCN_H_
     35#ifndef KERN_mips64_FADDR_H_
     36#define KERN_mips64_FADDR_H_
    3937
    40 int sgcn_init(void);
     38#include <typedefs.h>
     39
     40#define FADDR(fptr)  ((uintptr_t) (fptr))
    4141
    4242#endif
    4343
    44 /**
    45  * @}
     44/** @}
    4645 */
Note: See TracChangeset for help on using the changeset viewer.