|
@@ -188,20 +188,6 @@ extern int proc_get_resource_info(void *hprocessor,
|
|
|
*resource_info,
|
|
|
u32 resource_info_size);
|
|
|
|
|
|
-/*
|
|
|
- * ======== proc_exit ========
|
|
|
- * Purpose:
|
|
|
- * Decrement reference count, and free resources when reference count is
|
|
|
- * 0.
|
|
|
- * Parameters:
|
|
|
- * Returns:
|
|
|
- * Requires:
|
|
|
- * PROC is initialized.
|
|
|
- * Ensures:
|
|
|
- * When reference count == 0, PROC's private resources are freed.
|
|
|
- */
|
|
|
-extern void proc_exit(void);
|
|
|
-
|
|
|
/*
|
|
|
* ======== proc_get_dev_object =========
|
|
|
* Purpose:
|
|
@@ -222,20 +208,6 @@ extern void proc_exit(void);
|
|
|
extern int proc_get_dev_object(void *hprocessor,
|
|
|
struct dev_object **device_obj);
|
|
|
|
|
|
-/*
|
|
|
- * ======== proc_init ========
|
|
|
- * Purpose:
|
|
|
- * Initialize PROC's private state, keeping a reference count on each
|
|
|
- * call.
|
|
|
- * Parameters:
|
|
|
- * Returns:
|
|
|
- * TRUE if initialized; FALSE if error occurred.
|
|
|
- * Requires:
|
|
|
- * Ensures:
|
|
|
- * TRUE: A requirement for the other public PROC functions.
|
|
|
- */
|
|
|
-extern bool proc_init(void);
|
|
|
-
|
|
|
/*
|
|
|
* ======== proc_get_state ========
|
|
|
* Purpose:
|