Ignore:
Timestamp:
2009-11-03T21:36:54Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1647323
Parents:
bbddafb (diff), b1c21c2 (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 mainline.

File:
1 moved

Legend:

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

    rbbddafb r4f5dc18  
    11/*
    2  * Copyright (c) 2005 Jakub Jermar
     2 * Copyright (c) 2009 Josef Cejka
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup arm32   
     29/** @addtogroup softint
    3030 * @{
    31  */
    32 /** @file
    33  *  @brief Empty.
     31 */ 
     32/**
     33 * @file
    3434 */
    3535
    36 #ifndef KERN_arm32_ARG_H_
    37 #define KERN_arm32_ARG_H_
     36#ifndef __SOFTINT_MULTIPLICATION_H__
     37#define __SOFTINT_MULTIPLICATION_H__
    3838
    39 #include <stdarg.h>
     39/* 64 bit multiplication */
     40long long __muldi3(long long a, long long b);
    4041
    4142#endif
     
    4344/** @}
    4445 */
     46
     47
Note: See TracChangeset for help on using the changeset viewer.