Ignore:
Timestamp:
2009-11-16T21:22:54Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ebdf94
Parents:
fcbd1be (diff), 9c70ed6 (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:

merged with head (unstable)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/softint/include/multiplication.h

    rfcbd1be r1787e527  
    11/*
    2  * Copyright (c) 2005 Jakub Jermar
     2 * Copyright (c) 2009 Josef Cejka
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup ia32   
     29/** @addtogroup softint
    3030 * @{
    31  */
    32 /** @file
     31 */
     32/**
     33 * @file
    3334 */
    3435
    35 #ifndef KERN_ia32_ARG_H_
    36 #define KERN_ia32_ARG_H_
     36#ifndef __SOFTINT_MULTIPLICATION_H__
     37#define __SOFTINT_MULTIPLICATION_H__
    3738
    38 #include <stackarg.h>
     39/* 64 bit multiplication */
     40long long __muldi3(long long a, long long b);
    3941
    4042#endif
     
    4244/** @}
    4345 */
     46
     47
Note: See TracChangeset for help on using the changeset viewer.