Subversion Repositories HelenOS

Rev

Rev 4377 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4377 Rev 4692
Line 35... Line 35...
35
 */
35
 */
36
 
36
 
37
#ifndef KBD_GSP_H_
37
#ifndef KBD_GSP_H_
38
#define KBD_GSP_H_
38
#define KBD_GSP_H_
39
 
39
 
40
#include <libadt/hash_table.h>
40
#include <adt/hash_table.h>
41
 
41
 
42
enum {
42
enum {
43
    GSP_END     = -1,   /**< Terminates a sequence. */
43
    GSP_END     = -1,   /**< Terminates a sequence. */
44
    GSP_DEFAULT = -2    /**< Wildcard, catches unhandled cases. */
44
    GSP_DEFAULT = -2    /**< Wildcard, catches unhandled cases. */
45
};
45
};