|
@@ -74,7 +74,7 @@ void con_protect_unimap(struct vc_data *vc, int rdonly);
|
|
|
int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc);
|
|
int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc);
|
|
|
|
|
|
|
|
#define vc_translate(vc, c) ((vc)->vc_translate[(c) | \
|
|
#define vc_translate(vc, c) ((vc)->vc_translate[(c) | \
|
|
|
- (vc)->vc_toggle_meta ? 0x80 : 0])
|
|
|
|
|
|
|
+ ((vc)->vc_toggle_meta ? 0x80 : 0)])
|
|
|
#else
|
|
#else
|
|
|
#define con_set_trans_old(arg) (0)
|
|
#define con_set_trans_old(arg) (0)
|
|
|
#define con_get_trans_old(arg) (-EINVAL)
|
|
#define con_get_trans_old(arg) (-EINVAL)
|