You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef SC_PROCESS_INTR_H
|
|
#define SC_PROCESS_INTR_H
|
|
|
|
#include "common.h"
|
|
|
|
#include "intr.h"
|
|
#include "process.h"
|
|
|
|
bool
|
|
sc_process_check_success_intr(struct sc_intr *intr, sc_pid pid,
|
|
const char *name, bool close);
|
|
|
|
#endif
|