Changeset afc12d0 in mainline for arch/ppc32/include/drivers/cuda.h


Ignore:
Timestamp:
2006-06-06T17:08:10Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a175a67
Parents:
3dcb108
Message:

basic ppc32 keyboard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/include/drivers/cuda.h

    r3dcb108 rafc12d0  
    3131
    3232#include <arch/types.h>
     33#include <typedefs.h>
    3334
    3435#define CUDA_IRQ 10
    3536
    36 extern void cuda_init(void);
    37 extern void cuda_packet(const __u8 data);
     37extern void cuda_init(__address base, size_t size);
    3838
    3939#endif
Note: See TracChangeset for help on using the changeset viewer.