Subversion Repositories HelenOS

Rev

Rev 2815 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. /** @addtogroup generic
  2.  * @{
  3.  */
  4. /** @file
  5.  */
  6.  
  7. #ifndef KERN_UDEBUG_IPC_H_
  8. #define KERN_UDEBUG_IPC_H_
  9.  
  10. #include <ipc/ipc.h>
  11.  
  12. int udebug_request_preprocess(call_t *call, phone_t *phone);
  13.  
  14. #endif
  15.  
  16. /** @}
  17.  */
  18.