Changeset e028660 in mainline


Ignore:
Timestamp:
2008-09-17T20:46:48Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c57ee14
Parents:
1643855
Message:

Rename ipc/ipc_kbox.c to ipc/kbox.c.

Location:
kernel
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r1643855 re028660  
    293293ifeq ($(CONFIG_UDEBUG),y)
    294294GENERIC_SOURCES += \
    295         generic/src/ipc/ipc_kbox.c \
     295        generic/src/ipc/kbox.c \
    296296        generic/src/udebug/udebug.c \
    297297        generic/src/udebug/udebug_ops.c \
  • kernel/generic/src/ipc/ipc.c

    r1643855 re028660  
    4444#include <synch/synch.h>
    4545#include <ipc/ipc.h>
    46 #include <ipc/ipc_kbox.h>
     46#include <ipc/kbox.h>
    4747#include <errno.h>
    4848#include <mm/slab.h>
  • kernel/generic/src/ipc/kbox.c

    r1643855 re028660  
    4242#include <debug.h>
    4343#include <udebug/udebug_ipc.h>
    44 #include <ipc/ipc_kbox.h>
     44#include <ipc/kbox.h>
    4545
    4646void ipc_kbox_cleanup(void)
  • kernel/generic/src/ipc/sysipc.c

    r1643855 re028660  
    4343#include <ipc/irq.h>
    4444#include <ipc/ipcrsc.h>
    45 #include <ipc/ipc_kbox.h>
     45#include <ipc/kbox.h>
    4646#include <udebug/udebug_ipc.h>
    4747#include <arch/interrupt.h>
Note: See TracChangeset for help on using the changeset viewer.