1 /*
2  * Copyright (C) by Argonne National Laboratory
3  *     See COPYRIGHT in top-level directory
4  */
5 
6 #ifndef HYDRA_RMK_SGE_H_INCLUDED
7 #define HYDRA_RMK_SGE_H_INCLUDED
8 
9 #include "hydra_base.h"
10 #include "hydra_node.h"
11 
12 int HYDI_rmk_sge_detect(void);
13 HYD_status HYDI_rmk_sge_query_node_list(int *node_count, struct HYD_node **nodes);
14 
15 #endif /* HYDRA_RMK_SGE_H_INCLUDED */
16